Skip to content
Snippets Groups Projects
Commit 1039717d authored by Vegard Murvold Sporstøl's avatar Vegard Murvold Sporstøl
Browse files

Add new file

parent f92a4dce
No related branches found
No related tags found
2 merge requests!3Merge new master to dev,!2Uc 2
Pipeline #112847 failed
deploy:
stage: deploy
image: python:3.8.5-slim
before_script:
- apt-get clean
- pip install -r backend/secfit/requirements.txt
cache:
paths:
- ~/.cache/pip/
services:
- postgres:latest
script:
- apt-get update -qy --allow-insecure-repositories
- apt-get install -y ruby-dev
- apt-get install git -yqq
- apt-get install curl -y
- gem install dpl
- dpl --provider=heroku --app=secfit-group15 --api-key=$HEROKU_API_KEY --skip_cleanup
only:
refs:
- master
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