Update artifact upload paths in deployment workflow for accuracy
Some checks failed
Deploy Development / deploy (push) Failing after 1m43s

This commit is contained in:
Frank John Begornia
2025-12-16 15:42:22 +08:00
parent f2081217af
commit 183d19848b

View File

@@ -50,9 +50,9 @@ jobs:
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
run: |
scp -i ~/.ssh/id_ed25519 \
merchbay_admin_dev.tar.gz \
docker-compose.yml \
$DEPLOY_USER@$DEPLOY_HOST:/tmp/
/workspace/repo/merchbay_admin_dev.tar.gz \
/workspace/repo/docker-compose.yml \
${DEPLOY_USER}@${DEPLOY_HOST}:/tmp/
# 5⃣ Deploy on server
- name: Deploy on server