cibus-frontend/scripts/deploy_release.sh

11 lines
195 B
Bash
Raw Permalink Normal View History

2022-08-20 23:39:36 +02:00
#!/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