Обновить .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:
|
steps:
|
||||||
- name: Migrate env file
|
- name: Migrate env file
|
||||||
run: |
|
run: |
|
||||||
cat ${{ secrets.ENVIRONMENT }} > .env
|
cat "${{ secrets.ENVIRONMENT }}" > .env
|
||||||
cat ./.env
|
cat ./.env
|
||||||
- name: Stop site service on remote server
|
- name: Stop site service on remote server
|
||||||
uses: D3rHase/ssh-command-action@v0.2.2
|
uses: D3rHase/ssh-command-action@v0.2.2
|
||||||
|
|
Loading…
Reference in New Issue