s/push/deploy/g

This commit is contained in:
Salt 2021-08-01 14:47:57 -05:00
parent 45b69f0d40
commit e3cda80e2d
1 changed files with 4 additions and 4 deletions

View File

@ -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