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
- test
- build
- deploy
# - deploy
fmt:
extends: .terraform:fmt
@ -24,9 +24,9 @@ validate:
build:
extends: .terraform:build
deploy:
extends: .terraform:deploy
dependencies:
- build
environment:
name: $TF_STATE_NAME
# deploy:
# extends: .terraform:deploy
# dependencies:
# - build
# environment:
# name: $TF_STATE_NAME