Обновить .gitea/workflows/gitea-actions.yml
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 4s
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 4s
This commit is contained in:
parent
33fd8f4edd
commit
dfef3e7342
|
@ -8,7 +8,9 @@ jobs:
|
||||||
name: Build and deploy
|
name: Build and deploy
|
||||||
steps:
|
steps:
|
||||||
- name: Migrate env file
|
- name: Migrate env file
|
||||||
run: cat "${{ secrets.ENVIRONMENT }}" > ./.env
|
run: |
|
||||||
|
echo "${{ secrets.ENVIRONMENT }}" > ./.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
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue