Update deployment directory and simplify Docker service configuration
All checks were successful
Deploy Production (ss-tool.crewsportswear.app) / deploy (push) Successful in 56s
All checks were successful
Deploy Production (ss-tool.crewsportswear.app) / deploy (push) Successful in 56s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user