websites: fix build webhook

This commit is contained in:
Francois Andrieu 2023-02-15 19:03:10 +01:00 committed by zlopez
parent f3a095d430
commit 17c417e555

View file

@ -59,8 +59,8 @@ spec:
name: builder:latest name: builder:latest
triggers: triggers:
{% if websites_github_secret is defined %} {% if websites_github_secret is defined %}
- type: GitHub - type: GitLab
github: gitlab:
secret: "{{ websites_github_secret }}" secret: "{{ websites_github_secret }}"
{% endif %} {% endif %}
- type: ConfigChange - type: ConfigChange