Activate Github webhook for Noggin

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard
2023-09-21 14:04:16 +02:00
parent 33293382fb
commit 71a0ae8a5b

View File

@@ -37,8 +37,7 @@ spec:
secret: "{{ noggin_stg_github_secret }}"
{% endif %}
{% if noggin_github_secret is defined and env == 'production' %}
# Do we really want auto rebuilds in prod?
# - type: GitHub
# github:
# secret: "{{ noggin_github_secret }}"
- type: GitHub
github:
secret: "{{ noggin_github_secret }}"
{% endif %}