Commit ca903018 authored by rajat.kulkarni's avatar rajat.kulkarni

Update .gitlab-ci.yml

parent 816628bb
Pipeline #23514 failed
...@@ -54,21 +54,22 @@ plan: ...@@ -54,21 +54,22 @@ plan:
- terraform validate - terraform validate
- touch config.plan - touch config.plan
- terraform plan -out config.plan - terraform plan -out config.plan
- terraform apply config.plan
only: only:
- master - master
apply: # apply:
tags: # tags:
- rr # - rr
stage: apply # stage: apply
script: # script:
- terraform apply config.plan # - terraform apply config.plan
dependencies: # dependencies:
- plan # - plan
#when: manual # #when: manual
only: # only:
- master # - master
destroy: destroy:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment