From 879b62eb0b6f30d82da6b2e761a9e70eb1709209 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 1 Aug 2021 15:09:26 -0500 Subject: [PATCH] Set up automatic deployment --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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