Обновить .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
|
cat ./.env
|
||||||
- name: Know current user and host
|
- name: Know current user and host
|
||||||
run: |
|
run: |
|
||||||
apt-get install net-tools
|
|
||||||
echo $USER
|
echo $USER
|
||||||
ifconfig -a
|
hostname -I | awk '{print $1}'
|
||||||
- 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