Обновить .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:52:36 +03:00
parent f07fe574d9
commit 0b5dee6275

View File

@ -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