FMN: enable triggered rebuilds for now

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-02-20 09:36:46 +01:00
parent 94625a45ec
commit 8cf4bf101d
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -39,7 +39,8 @@ spec:
triggers: triggers:
- type: ConfigChange - type: ConfigChange
- type: ImageChange - type: ImageChange
{% if env == 'staging' %} # Enable triggered rebuild on prod for now, will disable when we actually go live
{% if env == 'staging' or env == 'production' %}
- type: GitHub - type: GitHub
github: github:
# Not sure why secretReference does not work, but it doesn't. # Not sure why secretReference does not work, but it doesn't.