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