Обновить .gitea/workflows/gitea-actions.yml
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 3s
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 3s
This commit is contained in:
parent
0b5dee6275
commit
6271c0ca09
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue