Обновить .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
60c8712a31
commit
c1ad77ea39
|
@ -13,9 +13,8 @@ jobs:
|
|||
cat ./.env
|
||||
- name: Know current user and host
|
||||
run: |
|
||||
apt-get install net-tools
|
||||
echo $USER
|
||||
ifconfig -a
|
||||
hostname -I | awk '{print $1}'
|
||||
- name: Stop site service on remote server
|
||||
uses: D3rHase/ssh-command-action@v0.2.2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue