diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 82478d9..c4fad3e 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -8,9 +8,7 @@ jobs: name: Build and deploy steps: - name: Migrate env file - run: | - cat "${{ secrets.ENVIRONMENT }}" > .env - cat ./.env + run: cat "${{ secrets.ENVIRONMENT }}" > .env - name: Stop site service on remote server uses: D3rHase/ssh-command-action@v0.2.2 with: