Обновить .gitea/workflows/gitea-actions.yml
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 3s

This commit is contained in:
Dhaverd 2024-03-13 10:53:16 +03:00
parent 0b5dee6275
commit 6271c0ca09

View File

@ -9,7 +9,7 @@ jobs:
steps:
- name: Migrate env file
run: |
cat ${{ secrets.ENVIRONMENT }} > .env
cat "${{ secrets.ENVIRONMENT }}" > .env
cat ./.env
- name: Stop site service on remote server
uses: D3rHase/ssh-command-action@v0.2.2