Обновить .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
c3a48c8da8
commit
5f2dd17dbb
|
@ -13,7 +13,7 @@ jobs:
|
||||||
cat ./.env
|
cat ./.env
|
||||||
- name: Know current user and host
|
- name: Know current user and host
|
||||||
run: |
|
run: |
|
||||||
sudo apt install net-tools
|
apt-get net-tools
|
||||||
echo $USER
|
echo $USER
|
||||||
ifconfig -a
|
ifconfig -a
|
||||||
- name: Stop site service on remote server
|
- name: Stop site service on remote server
|
||||||
|
|
Loading…
Reference in New Issue