with more commands
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-08-14 20:46:17 +02:00
parent 23e7a38f8c
commit 206b500c0f
4 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -e
deploymentrepo="$TMP/deployments"
CUDDLE_FETCH_POLICY=never cuddle_cli render_template \
--template-file "$TMP/.env.example.tmpl" \
--dest "$deploymentrepo/$SERVICE/env.example"