From a591585480e7c39088fe7e187f91eed4cd1598bc Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Tue, 30 May 2023 13:41:26 +0200 Subject: [PATCH] Add comment to manually restart in Azure --- caprover_deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/caprover_deploy.sh b/caprover_deploy.sh index fece1bbf..8772aaf4 100755 --- a/caprover_deploy.sh +++ b/caprover_deploy.sh @@ -48,6 +48,8 @@ if [[ "$APP_NAME" == "prod-azure" ]]; then # build and push azure docker container docker build --platform linux/amd64 -f compose/django/Dockerfile -t iterativ/vbv-lernwelt-django:azure . docker image push iterativ/vbv-lernwelt-django:azure + # FIXME: It seems that in Azure we have to manually restart the container for now + echo "https://my.vbv-afa.ch/" >/tmp/caprover_app_url.txt else # create and push new docker container VERSION=$(git log -1 --pretty=%h)