beerday/scripts/render_templates.sh
kjuulh 9cca1cfacc
Some checks failed
continuous-integration/drone/push Build is failing
added scripts
2022-08-26 08:20:37 +02:00

12 lines
305 B
Bash
Executable File

#!/bin/bash
set -e
tag="$REGISTRY/$SERVICE:${COMMIT_SHA:0:10}"
deploymentrepo="$TMP/deployments"
CUDDLE_FETCH_POLICY=never cuddle_cli render_template \
--template-file "$TMP/docker-compose.deploy_release.yml.tmpl" \
--dest "$deploymentrepo/$SERVICE/docker-compose.yml" \
--extra-var "image=$tag"