hmn/server/deploy_hook.sh

16 lines
241 B
Bash
Raw Normal View History

2021-08-28 20:36:52 +00:00
#!/bin/bash
set -eo pipefail
. /home/hmn/hmn/server/deploy.conf
echo 'Content-Type: text/plain'
echo ''
if [[ "$HTTP_X_GITLAB_TOKEN" != "$GITLAB_SECRET" ]]; then
echo 'Not Authorized'
exit 1
fi
/home/hmn/hmn/server/deploy.sh $1