Add comment to manually restart in Azure

This commit is contained in:
Daniel Egger 2023-05-30 13:41:26 +02:00
parent df9b608d6e
commit a591585480
1 changed files with 2 additions and 0 deletions

View File

@ -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)