Removed deploy step from ci.

This commit is contained in:
Otho Ulrich 2022-08-21 14:54:22 -04:00
parent b5ac146e6b
commit 7691d14993
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -11,7 +11,7 @@ stages:
- validate - validate
- test - test
- build - build
- deploy # - deploy
fmt: fmt:
extends: .terraform:fmt extends: .terraform:fmt
@ -24,9 +24,9 @@ validate:
build: build:
extends: .terraform:build extends: .terraform:build
deploy: # deploy:
extends: .terraform:deploy # extends: .terraform:deploy
dependencies: # dependencies:
- build # - build
environment: # environment:
name: $TF_STATE_NAME # name: $TF_STATE_NAME