π³οΈDeployment
Some notes on various deployment scenarios whilst using Gitamic.
Authentication
{"http-basic":{"HOSTNAME":{"username":"USERNAME","password":"PASSWORD"}}}Auto-deployment
[[ "$FORGE_DEPLOY_AUTHOR" == "Gitamic" ]] && echo "Commit by $FORGE_DEPLOY_AUTHOR" && exit 0
# The rest of your deployment script...Last updated