Set up automatic deployment
This commit is contained in:
parent
a1963a10ae
commit
879b62eb0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user