coreos-home-server/service/hugo/hugo.env.template
Alex Palaistras 453c8a88f3 hugo: Use branch name from payload if possible
Gitea and Gitlab allow for filtering push events based on the branch
name, so we assume that webhook payloads don't need to be filtered based
on the branch in these cases. Github doesn't allow for this sort of
filtering, so we have to specify a default branch to filter on.
2022-10-29 15:56:46 +01:00

4 lines
99 B
Plaintext

# Deploy configuration.
HUGO_DEPLOY_DEFAULT_BRANCH=master
HUGO_DEPLOY_SECRET=${HUGO_DEPLOY_SECRET}