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