From 45b69f0d409477a61c53f734510212de04b3c496 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 1 Aug 2021 14:45:52 -0500 Subject: [PATCH] Trigger an Ansible play on pushes --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6da3e2a..e980a3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ variables: stages: - build # - test + - push services: - docker:dind before_script: @@ -52,3 +53,10 @@ Build_Tag: --push . - docker images + +# PUSH +Push: + stage: push + only: + - tags + trigger: rehashedsalt/ansible