From 04245f8512829176baf49e59dd9b5614cc0dc4cd Mon Sep 17 00:00:00 2001 From: Lorenz Padberg Date: Wed, 24 May 2023 16:07:18 +0200 Subject: [PATCH] Add deployment to bitbucket-pipelines --- azure_deploy.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 azure_deploy.sh diff --git a/azure_deploy.sh b/azure_deploy.sh old mode 100644 new mode 100755 index 54ce1861..01d63206 --- a/azure_deploy.sh +++ b/azure_deploy.sh @@ -1,3 +1,5 @@ +#!/bin/bash + npm install python server/manage.py collectstatic --noinput docker build --platform linux/amd64 -f compose/django/Dockerfile -t iterativ/vbv-lernwelt-django:azure .