fix: correct Docker image pull path in deployment workflow
Deploy to NAS / deploy (push) Failing after 47s
Deploy to NAS / deploy (push) Failing after 47s
This commit is contained in:
@@ -59,6 +59,6 @@ jobs:
|
||||
sshpass -p "$SSH_PASSWORD" ssh -o StrictHostKeyChecking=no hllywluis@luis-nas.lan << 'EOF'
|
||||
cd /mnt/kCloud/Home/hllywluis/kekbot
|
||||
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
|
||||
EOF
|
||||
Reference in New Issue
Block a user