Skip to content
Snippets Groups Projects
Commit 48ae702a authored by Nico Vermaas's avatar Nico Vermaas
Browse files

update script

parent b6de0fd8
Branches
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
{% include 'taskdatabase/pagination.html' %} {% include 'taskdatabase/pagination.html' %}
</div> </div>
</div> </div>
<p class="footer"> Version 10 Dec 2024 - 14:16</p> <p class="footer"> Version 10 Dec 2024 - 14:25</p>
</div> </div>
{% include 'taskdatabase/refresh.html' %} {% include 'taskdatabase/refresh.html' %}
......
#!/usr/bin/bash #!/usr/bin/bash
export ATDB_DIR=$HOME/my_docker/atdb-ldv export ATDB_DIR=$HOME/my_docker/atdb-ldv
while true; do
cd $ATDB_DIR cd $ATDB_DIR
git pull git pull
...@@ -8,3 +10,7 @@ git pull ...@@ -8,3 +10,7 @@ git pull
cd atdb cd atdb
docker build -t atdb-ldv:latest . docker build -t atdb-ldv:latest .
docker-compose -f docker/docker-compose-dev-pull-local.yml -p atdb up -d docker-compose -f docker/docker-compose-dev-pull-local.yml -p atdb up -d
sleep 60 # Wait for 1 minute before the next iteration
done
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment