diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6da3e2a..50e1d3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ variables: stages: - build # - test + - deploy services: - docker:dind before_script: @@ -52,3 +53,10 @@ Build_Tag: --push . - docker images + +# DEPLOY +Deploy: + stage: deploy + only: + - tags + trigger: rehashedsalt/ansible