Обновить .gitea/workflows/gitea-actions.yml
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 4s

This commit is contained in:
Dhaverd 2024-03-13 11:32:53 +03:00
parent 60c8712a31
commit c1ad77ea39

View File

@ -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: