Add deployment to bitbucket-pipelines
This commit is contained in:
parent
afc7d2722a
commit
04245f8512
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in New Issue