This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
hmn/server/deploy_hook.sh

15 lines
242 B
Bash
Executable File

#!/bin/bash
set -eo pipefail
source /home/hmn/hmn/server/hmn.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