diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index dc49a2e..4432146 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -12,6 +12,9 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v3 + + - name: Create .env file + run: echo "${{ secrets.ENV_FILE }}" > .env - name: Deploy Backend Container run: |