Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- deploy to stage:
- image: ruby:2.2
- stage: deploy
- environment:
- name: foo-bar
- script:
- - apt-get update -yq
- - apt-get install -y ruby-dev
- - gem install dpl
- # - ...
- only:
- #- tags
- - /^V.*$/
- except:
- - branches
- - triggers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement