Fix ci/cd

This commit is contained in:
roma-dxunvrs
2026-09-17 12:08:45 +03:00
parent 4407f80cd2
commit bdb9c8efb4
-5
View File
@@ -8,11 +8,6 @@ jobs:
name: Pull and Restart
runs-on: ubuntu-latest
steps:
- name: Get IP
run: |
CONTAINER_IP=$(awk 'END{print $1}' /etc/hosts)
HOST_IP=$(echo $CONTAINER_IP | awk -F. '{print $1"."$2"."$3".1"}')
echo "SERVER_HOST" >> $GITHUB_ENV
- name: SSH
uses: appleboy/ssh-action@v1.0.3
with: