Update deployment directory and simplify Docker service configuration
All checks were successful
Deploy Production (ss-tool.crewsportswear.app) / deploy (push) Successful in 56s

This commit is contained in:
Frank John Begornia
2025-12-23 02:15:52 +08:00
parent 1afa6c08e4
commit 83cf11f4c7
2 changed files with 2 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ jobs:
run: |
ssh -i ~/.ssh/id_ed25519 $DEPLOY_USER@$DEPLOY_HOST << 'EOF'
set -e
DEPLOY_DIR="/var/www/screenshot-tools"
DEPLOY_DIR="/var/www/apps/screenshot-tools"
sudo mkdir -p "$DEPLOY_DIR"
sudo chown $USER:$USER "$DEPLOY_DIR"
echo "Stopping existing containers"