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

11 lines
195 B
Bash
Executable File

#!/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