escape commit sha

This commit is contained in:
red 2025-04-08 13:47:29 -04:00
parent 43ffd30140
commit 8d5a2eef3d

View file

@ -64,8 +64,8 @@ steps:
- echo ${CI_COMMIT_SHA} - echo ${CI_COMMIT_SHA}
- kubectl apply -Rf manifests/tor - kubectl apply -Rf manifests/tor
- env - env
- envsubst '${CI_COMMIT_SHA}' < manifests/tor/deployment.yaml.template - envsubst '\${CI_COMMIT_SHA}' < manifests/tor/deployment.yaml.template
- envsubst '${CI_COMMIT_SHA}' < manifests/tor/deployment.yaml.template | kubectl apply -f - - envsubst '\${CI_COMMIT_SHA}' < manifests/tor/deployment.yaml.template | kubectl apply -f -
privoxy: privoxy:
image: cr.forge.lan/alk8s/alk8s image: cr.forge.lan/alk8s/alk8s
pull: true pull: true