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

Add new file

parent 0500760d
No related branches found
No related tags found
2 merge requests!3Merge new master to dev,!2Uc 2
Pipeline #111179 failed
image: python:stable
stages:
- test
- production
before_script:
- apt-get update -qy
- apt-get install -y ruby-dev
- gem install dpl
test-job1:
stage: test
script:
- echo "This job tests something"
production:
type: deploy
stage: production
image: ruby:latest
script:
- dpl --provider=heroku --app=$HEROKU_APP --api-key=$HEROKU_API_KEY
only:
- 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