1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 04:49:37 +02:00
AdventureLog/deploy.sh
Sean Morley 4f3edec9f1 Fixes
2024-08-07 16:34:03 -04:00

5 lines
No EOL
130 B
Bash

echo "Deploying latest version of AdventureLog"
docker compose pull
echo "Stating containers"
docker compose up -d
echo "All set!"