added scripts
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-08-26 08:20:37 +02:00
parent 3791c5df6b
commit 9cca1cfacc
8 changed files with 176 additions and 0 deletions

10
scripts/deploy_release.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -e
echo "deploying image"
deploymentrepo="$TMP/deployments"
cd $deploymentrepo
git add . && git commit -m "Added release $SERVICE: ${COMMIT_SHA:0:10}" && git pull && git push