mirror of
https://asciireactor.com/otho/industry-website.git
synced 2024-11-21 19:25:06 +00:00
Removed deploy step from ci.
This commit is contained in:
parent
b5ac146e6b
commit
7691d14993
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user