This commit is contained in:
Sean Morley
2024-08-07 16:34:03 -04:00
parent a87797f6af
commit 4f3edec9f1
3 changed files with 10 additions and 3 deletions

5
deploy.sh Normal file
View File

@@ -0,0 +1,5 @@
echo "Deploying latest version of AdventureLog"
docker compose pull
echo "Stating containers"
docker compose up -d
echo "All set!"