diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index db5c1af..7cce98b 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Migrate env file run: | - cat ${{ secrets.ENV_PROD }} > .env + cat ${{ secrets.ENVIRONMENT }} > .env cat ./.env - name: Stop site service on remote server uses: D3rHase/ssh-command-action@v0.2.2