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