From e3cda80e2daa0bdaacaab1b8ec08ccae0f3a9d07 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 1 Aug 2021 14:47:57 -0500 Subject: [PATCH] s/push/deploy/g --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e980a3e..50e1d3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ variables: stages: - build # - test - - push + - deploy services: - docker:dind before_script: @@ -54,9 +54,9 @@ Build_Tag: . - docker images -# PUSH -Push: - stage: push +# DEPLOY +Deploy: + stage: deploy only: - tags trigger: rehashedsalt/ansible