Update deployment directory path in workflow configuration

This commit is contained in:
Frank John Begornia
2025-12-31 00:33:22 +08:00
parent e25228e25e
commit 0f12309175

View File

@@ -61,7 +61,7 @@ jobs:
ssh -i ~/.ssh/id_ed25519 $DEPLOY_USER@$DEPLOY_HOST << 'EOF' ssh -i ~/.ssh/id_ed25519 $DEPLOY_USER@$DEPLOY_HOST << 'EOF'
set -e set -e
DEPLOY_DIR="/var/www/crewsportswear" DEPLOY_DIR="/var/www/apps/crewsportswear"
sudo mkdir -p "$DEPLOY_DIR" sudo mkdir -p "$DEPLOY_DIR"
sudo chown $USER:$USER "$DEPLOY_DIR" sudo chown $USER:$USER "$DEPLOY_DIR"