From 7327e71728cdd9dc96e215d131d2bea7988536b3 Mon Sep 17 00:00:00 2001 From: Vermaas <vermaas@astron.nl> Date: Tue, 10 Dec 2024 11:14:28 +0100 Subject: [PATCH] add deploy_local_dev.sh script --- atdb/taskdatabase/templates/taskdatabase/index.html | 2 +- deploy_local_dev.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/atdb/taskdatabase/templates/taskdatabase/index.html b/atdb/taskdatabase/templates/taskdatabase/index.html index b17497d3..d0065689 100644 --- a/atdb/taskdatabase/templates/taskdatabase/index.html +++ b/atdb/taskdatabase/templates/taskdatabase/index.html @@ -31,7 +31,7 @@ {% include 'taskdatabase/pagination.html' %} </div> </div> - <p class="footer"> Version 10 Dec 2024</p> + <p class="footer"> Version 10 Dec 2024 - 11:00</p> </div> {% include 'taskdatabase/refresh.html' %} diff --git a/deploy_local_dev.sh b/deploy_local_dev.sh index 70218ffc..9dc40626 100644 --- a/deploy_local_dev.sh +++ b/deploy_local_dev.sh @@ -15,4 +15,6 @@ else cd atdb docker build -t atdb-ldv:latest . docker-compose -f docker/docker-compose-dev-local.yml -p atdb up -d + + echo "ATDB-lDV deployed" fi \ No newline at end of file -- GitLab