Skip to content

Commit a00f439

Browse files
committed
Update deploy script
1 parent e9e9026 commit a00f439

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/deploy.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rsync -avP --exclude="letsencrypt" --exclude="flower" --exclude=".env" \
1616
ssh $SSH_USER@$SSH_HOST << EOF
1717
cd app
1818
export TAG=$TAG
19-
docker-compose down -v --rmi="all"
20-
docker-compose pull
21-
docker-compose up -d --force-recreate
19+
docker compose down -v --rmi="all"
20+
docker compose pull
21+
docker compose up -d --force-recreate
2222
EOF

0 commit comments

Comments
 (0)