Set up automatic deployment
This commit is contained in:
parent
a1963a10ae
commit
879b62eb0b
@ -10,6 +10,7 @@ variables:
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
# - test
|
# - test
|
||||||
|
- deploy
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
@ -52,3 +53,10 @@ Build_Tag:
|
|||||||
--push
|
--push
|
||||||
.
|
.
|
||||||
- docker images
|
- docker images
|
||||||
|
|
||||||
|
# DEPLOY
|
||||||
|
Deploy:
|
||||||
|
stage: deploy
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
trigger: rehashedsalt/ansible
|
||||||
|
Loading…
Reference in New Issue
Block a user