diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 28e7895..0450555 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: # ------------------------------------------ - name: 2. Create .env from Secrets - run: echo "${{ secrets.DOT_ENV }}" > .env + run: echo "${{ secrets.DOT2_ENV }}" > .env - name: 3. Build and Start Docker run: |