fix: correct Docker image pull path in deployment workflow
Deploy to NAS / deploy (push) Failing after 47s

This commit is contained in:
2025-12-24 21:04:11 -05:00
parent 59590002b8
commit e82b174bf5
+1 -1
View File
@@ -59,6 +59,6 @@ jobs:
sshpass -p "$SSH_PASSWORD" ssh -o StrictHostKeyChecking=no hllywluis@luis-nas.lan << 'EOF' sshpass -p "$SSH_PASSWORD" ssh -o StrictHostKeyChecking=no hllywluis@luis-nas.lan << 'EOF'
cd /mnt/kCloud/Home/hllywluis/kekbot cd /mnt/kCloud/Home/hllywluis/kekbot
docker compose down || true docker compose down || true
docker pull tea.kleptonix.com/_/hllywluis/kekbot.js:latest docker pull tea.kleptonix.com/hllywluis/kekbot.js:latest
docker compose up -d docker compose up -d
EOF EOF