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

Delete .gitlab-ci.yml

parent 8d8d12a1
No related branches found
No related tags found
2 merge requests!3Merge new master to dev,!2Uc 2
Pipeline #111180 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