fix: ci script
Release package / build-and-push (push) Has been cancelled
Release package / release (push) Has been cancelled

This commit is contained in:
TakahashiNg
2026-03-29 13:56:08 +00:00
parent 7534f41c6e
commit 801b804d2d
+7 -1
View File
@@ -20,7 +20,13 @@ jobs:
- name: Setup SSH Key
run: |
set -x
ip add
if command -v apk >/dev/null; then apk add --no-network iproute2 netcat-openbsd || apk add iproute2 netcat-openbsd;
elif command -v apt-get >/dev/null; then apt-get update && apt-get install -y iproute2 netcat-openbsd; fi
# Kiểm tra IP của Runner
ip addr show || ifconfig
mkdir -p ~/.ssh
chmod 700 ~/.ssh
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519