chore: ci
This commit is contained in:
parent
e796e08ae5
commit
6af5ab8bb0
1 changed files with 4 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
|
||||||
|
@ -26,4 +26,5 @@ steps:
|
||||||
- env
|
- env
|
||||||
- sed -i 's@git.keks.cloud/kekskurse/miniauth:latest@git.keks.cloud/kekskurse/miniauth:${CI_COMMIT_SHA}@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
|
||||||
- sed -i 's@USERSTORE_SQLITE_PATH_SED@test:${USERSTORE_SQLITE_PATH}@g' scw-container.tf
|
- sed -i 's@USERSTORE_SQLITE_PATH_SED@test:${USERSTORE_SQLITE_PATH}@g' scw-container.tf
|
||||||
- terraform apply -auto-approve
|
- terraform plan
|
||||||
|
#- terraform apply -auto-approve
|
||||||
|
|
Loading…
Add table
Reference in a new issue