summaryrefslogtreecommitdiff
path: root/git/hooks/whois-band/post-receive
blob: 60b368ff7a8c921eaa9cb242e73f711c41d3463e (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e
APP_DIR=/app/whois-band
GIT_WORK_TREE=$APP_DIR git checkout -f
cd $APP_DIR
mkdir -p data
docker compose up -d --build
echo "Deploy complete: whois-band"