Skip to content

Commit aed40de

Browse files
committed
add prod deploy files
1 parent 479e64d commit aed40de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose/auto_deploy_do.sh

+1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ ssh -o StrictHostKeyChecking=no root@$DIGITAL_OCEAN_IP_ADDRESS << 'ENDSSH'
1515
mkdir -p /app
1616
rm -rf /app/* && tar -xf /tmp/project.tar -C /app
1717
docker-compose -f /app/docker-compose.prod.yml build
18+
supervisorctl restart docker-app
1819
ENDSSH
1920
echo 'Build complete.'

0 commit comments

Comments
 (0)