parent
6a1d210c8a
commit
1784fd2189
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ spec:
|
||||||
github:
|
github:
|
||||||
secret: "{{ datagrepper_stg_github_secret }}"
|
secret: "{{ datagrepper_stg_github_secret }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if datagrepper_github_secret is defined and env == 'production' %}
|
{% if datagrepper_prod_github_secret is defined and env == 'production' %}
|
||||||
- type: GitHub
|
- type: GitHub
|
||||||
github:
|
github:
|
||||||
secret: "{{ datagrepper_prod_github_secret }}"
|
secret: "{{ datagrepper_prod_github_secret }}"
|
||||||
|
|
|
@ -35,7 +35,7 @@ spec:
|
||||||
github:
|
github:
|
||||||
secret: "{{ datanommer_stg_github_secret }}"
|
secret: "{{ datanommer_stg_github_secret }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if datanommer_github_secret is defined and env == 'production' %}
|
{% if datanommer_prod_github_secret is defined and env == 'production' %}
|
||||||
- type: GitHub
|
- type: GitHub
|
||||||
github:
|
github:
|
||||||
secret: "{{ datanommer_prod_github_secret }}"
|
secret: "{{ datanommer_prod_github_secret }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue