Skip to content
Snippets Groups Projects
Commit f9e9149e authored by Pernille Welle-Watne's avatar Pernille Welle-Watne
Browse files

new day new oppurtunities

parent 62c05351
No related branches found
No related tags found
No related merge requests found
Pipeline #110936 failed with stages
in 1 minute and 23 seconds
variables:
HEROKU_APP_NAME: tdt4242-base
HEROKU_REGISTRY_IMAGE: registry.heroku.com/${HEROKU_APP_NAME}/web
image: docker:stable
services:
- docker:dind
stages:
- test
- build_and_deploy
......@@ -21,6 +16,9 @@ test:
- python manage.py test
build_and_deploy:
image: docker:stable
services:
- docker:dind
stage: build_and_deploy
script:
- apk add --no-cache curl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment