diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 1703fbf..18f5fe7 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -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: