Add comment to manually restart in Azure
This commit is contained in:
parent
df9b608d6e
commit
a591585480
|
|
@ -48,6 +48,8 @@ if [[ "$APP_NAME" == "prod-azure" ]]; then
|
||||||
# build and push azure docker container
|
# build and push azure docker container
|
||||||
docker build --platform linux/amd64 -f compose/django/Dockerfile -t iterativ/vbv-lernwelt-django:azure .
|
docker build --platform linux/amd64 -f compose/django/Dockerfile -t iterativ/vbv-lernwelt-django:azure .
|
||||||
docker image push 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
|
else
|
||||||
# create and push new docker container
|
# create and push new docker container
|
||||||
VERSION=$(git log -1 --pretty=%h)
|
VERSION=$(git log -1 --pretty=%h)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue