Update deployment paths in workflow and remove versioning from docker-compose
Some checks failed
Deploy Development / deploy (push) Failing after 55s

This commit is contained in:
Frank John Begornia
2025-12-16 14:58:43 +08:00
parent 73b178fa2c
commit 676988fabb
2 changed files with 1 additions and 6 deletions

View File

@@ -94,7 +94,7 @@ jobs:
ssh -i ~/.ssh/id_ed25519 ${DEPLOY_USER}@${DEPLOY_HOST} << 'EOF'
set -e
DEPLOY_DIR="/var/www/merchbay_admin_dev"
DEPLOY_DIR="/home/deploy/apps/merchbay_admin_dev"
mkdir -p $DEPLOY_DIR
cd /tmp
@@ -125,9 +125,6 @@ jobs:
echo "✅ Development deployment completed"
EOF
env:
DEPLOY_USER: ${{ secrets.DEPLOY_USER }}
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
- name: Health Check
shell: sh

View File

@@ -1,5 +1,3 @@
version: '3.8'
services:
app:
build: