Skip to content

Commit

Permalink
fix deploy sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chicori3 committed May 11, 2024
1 parent c4dc18c commit a1f65cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ sleep 3
docker-compose -f ${APP_PATH}/source/docker-compose.yml pull
sleep 1
docker-compose -f ${APP_PATH}/source/docker-compose.yml up
docker-compose -f ${APP_PATH}/source/docker-compose.yml up -d
sleep 10

0 comments on commit a1f65cf

Please sign in to comment.