Fix ci/cd

This commit is contained in:
roma-dxunvrs
2026-09-17 11:58:01 +03:00
parent b50a18a430
commit 8a6859155f
+4
View File
@@ -8,6 +8,10 @@ jobs:
name: Pull and Restart name: Pull and Restart
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Get IP
run: |
HOST_IP=$(ip route show | awk '/default/ {print $3}')
echo "SERVER_HOST" >> $GITHUB_ENV
- name: SSH - name: SSH
uses: appleboy/ssh-action@v1.0.3 uses: appleboy/ssh-action@v1.0.3
with: with: