1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-18 20:39:36 +02:00

Clean up files after postgis migration

This commit is contained in:
Sean Morley 2024-08-23 23:56:56 -04:00
parent e489a70980
commit ffde90e6f5
3 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
# This script is used to deploy the latest version of AdventureLog to the server. It pulls the latest version of the Docker images and starts the containers. It is a simple script that can be run on the server, possibly as a cron job, to keep the server up to date with the latest version of the application.
echo "Deploying latest version of AdventureLog"
docker compose pull
echo "Stating containers"