with template path

This commit is contained in:
Kasper Juul Hermansen 2022-08-14 20:17:29 +02:00
parent f3cc872a86
commit 36274c3155
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -16,7 +16,7 @@ git clone "$DEPLOYMENTS" _deployments
mkdir -p "_deployments/$SERVICE"
CUDDLE_FETCH_POLICY=never cuddle_cli render_template \
--template-file docker-compose.deploy_release.yml.tmpl \
--template-file "$TMP/docker-compose.deploy_release.yml.tmpl" \
--dest "_deployments/$SERVICE/docker-compose.yml" \
--extra-var "image=$tag"