diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-28 21:39:44 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-28 21:39:44 +0200 |
| commit | f095961d877ec6941a2dd0b0a840c0941a9dbf85 (patch) | |
| tree | a77ea48d2bd482716e9950acb5348c9d694bb353 | |
| parent | 5f8ea27a74cc913c8ee6e0944402a76099d29e80 (diff) | |
Only tags0.0.1
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edcd06f..f9d7666 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,5 +22,7 @@ publish: deploy: stage: deploy image: ansible/ansible:default + only: + - tags script: - ansible-playbook -i "$DEPLOY_HOST" ansible/deploy-playbook.yaml -e "image_name=$IMAGE" |
