Add deployment to bitbucket-pipelines

This commit is contained in:
Lorenz Padberg 2023-05-24 16:07:18 +02:00 committed by Daniel Egger
parent afc7d2722a
commit 04245f8512
1 changed files with 2 additions and 0 deletions

2
azure_deploy.sh Normal file → Executable file
View File

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