FPDC: fix production github secret name

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-01-08 20:19:37 +01:00
parent f61e597b5b
commit 080ef69ea5

View file

@ -30,10 +30,10 @@ spec:
- type: GitHub
github:
secret: "{{ stg_fpdc_github_secret }}"
{% elif prod_fpdc_github_secret is defined and env == 'production' %}
{% elif fpdc_github_secret is defined and env == 'production' %}
- type: GitHub
github:
secret: "{{ prod_fpdc_github_secret }}"
secret: "{{ fpdc_github_secret }}"
{% endif %}
- type: ConfigChange
- type: ImageChange