Skip to content

Commit

Permalink
Add follow command to the deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorley15 committed Sep 8, 2024
1 parent 4ea7ef6 commit f150423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ echo "Deploying latest version of AdventureLog"
docker compose pull
echo "Stating containers"
docker compose up -d
echo "All set!"
echo "All set!"
docker logs adventurelog-backend --follow

0 comments on commit f150423

Please sign in to comment.