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
|
||||
|
||||
depends_on:
|
||||
#- test
|
||||
#- playwright
|
||||
- test
|
||||
- playwright
|
||||
|
||||
steps:
|
||||
- name: terraform
|
||||
|
|
@ -21,5 +21,5 @@ steps:
|
|||
commands:
|
||||
- cd resources/infra
|
||||
- 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
|
||||
|
|
|
|||
Reference in a new issue