Update .gitlab-ci.yml
This commit is contained in:
20
.gitlab-ci.yml
Normal file
20
.gitlab-ci.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
stages:
|
||||||
|
- validate
|
||||||
|
- plan
|
||||||
|
- apply
|
||||||
|
- ansible
|
||||||
|
- destroy
|
||||||
|
|
||||||
|
include:
|
||||||
|
- project: 'developerdurp/yml-templates'
|
||||||
|
ref: 'master'
|
||||||
|
file:
|
||||||
|
- 'terraform.yml'
|
||||||
|
- 'ansible.yml'
|
||||||
|
|
||||||
|
plan production:
|
||||||
|
extends: .plan production
|
||||||
|
|
||||||
|
apply:
|
||||||
|
extends: .apply
|
||||||
|
|
||||||
Reference in New Issue
Block a user