Skip to content

Commit

Permalink
Update team_deploy.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Destiny Saturday  <[email protected]>
  • Loading branch information
ThePrimeJnr authored Jul 28, 2024
1 parent 5407bd0 commit 5796419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/team_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ PORT=$2

git pull origin dev
docker pull hngdevops/nextjs-boilerplate:dev
docker stop hngdevops/nextjs-boilerplate:dev
docker rm hngdevops/nextjs-boilerplate:dev -f
docker stop hngdevops/nextjs-boilerplate:dev || true
docker rm hngdevops/nextjs-boilerplate:dev -f || true
docker run -d --name "$TEAM_NAME" -p "$PORT:3000" hngdevops/nextjs-boilerplate:dev

0 comments on commit 5796419

Please sign in to comment.