Set up automatic deployment

This commit is contained in:
Salt 2021-08-01 15:09:26 -05:00
parent a1963a10ae
commit 879b62eb0b
1 changed files with 8 additions and 0 deletions

View File

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