chore: terraform replace image
This commit is contained in:
parent
03654f18ea
commit
67290892be
1 changed files with 2 additions and 1 deletions
|
|
@ -17,8 +17,9 @@ steps:
|
||||||
SCW_SECRET_KEY:
|
SCW_SECRET_KEY:
|
||||||
from_secret: sce_secret_key
|
from_secret: sce_secret_key
|
||||||
SCW_ACCESS_KEY:
|
SCW_ACCESS_KEY:
|
||||||
from_secret: scw_access_key
|
from_secret: scw_access_key
|
||||||
commands:
|
commands:
|
||||||
- cd resources/infra
|
- cd resources/infra
|
||||||
- terraform init
|
- terraform init
|
||||||
|
- sed -i @git.keks.cloud/kekskurse/miniauth:latest@git.keks.cloud/kekskurse/miniauth:$${CI_REPO_OWNER}@g
|
||||||
- terraform plan
|
- terraform plan
|
||||||
|
|
|
||||||
Reference in a new issue