s/push/deploy/g
This commit is contained in:
parent
45b69f0d40
commit
e3cda80e2d
@ -10,7 +10,7 @@ variables:
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
# - test
|
# - test
|
||||||
- push
|
- deploy
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
@ -54,9 +54,9 @@ Build_Tag:
|
|||||||
.
|
.
|
||||||
- docker images
|
- docker images
|
||||||
|
|
||||||
# PUSH
|
# DEPLOY
|
||||||
Push:
|
Deploy:
|
||||||
stage: push
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
trigger: rehashedsalt/ansible
|
trigger: rehashedsalt/ansible
|
||||||
|
Loading…
Reference in New Issue
Block a user