helm_website/docker/deployer_docker/webhook-runner.sh

10 lines
163 B
Bash
Raw Normal View History

2024-12-08 08:33:39 +01:00
#!/bin/bash
GIT_AUTH_MODE=$1
export GIT_AUTH_MODE
source /opt/webhook/.venv/bin/activate
cd /opt/webhook
gunicorn --bind 0.0.0.0:8000 gitea-webhook-handler:app