Add release job & update deploy job

This commit is contained in:
Sonny Bakker 2020-07-30 23:09:46 +02:00
parent cba167c98c
commit 7adb1cddb8
4 changed files with 16 additions and 8 deletions

10
gitlab-ci/release.yml Normal file
View file

@ -0,0 +1,10 @@
release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG
script:
- echo 'running release_job'
release:
name: 'Release $CI_COMMIT_TAG'
ref: '$CI_COMMIT_TAG'