chore: terraform
This commit is contained in:
parent
308f17e9f9
commit
baccb68a00
1 changed files with 3 additions and 3 deletions
|
|
@ -3,8 +3,8 @@ when:
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
#- test
|
- test
|
||||||
#- playwright
|
- playwright
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: terraform
|
- name: terraform
|
||||||
|
|
@ -21,5 +21,5 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cd resources/infra
|
- cd resources/infra
|
||||||
- terraform init
|
- terraform init
|
||||||
- sed -i 's@git.keks.cloud/kekskurse/miniauth:latest@git.keks.cloud/kekskurse/miniauth:${CI_REPO_OWNER}@g' scw-container.tf
|
- sed -i 's@git.keks.cloud/kekskurse/miniauth:latest@git.keks.cloud/kekskurse/miniauth:${CI_COMMIT_SHA}@g' scw-container.tf
|
||||||
- terraform plan
|
- terraform plan
|
||||||
|
|
|
||||||
Reference in a new issue