New version of mirrormanager in prod
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
84a7a7afc8
commit
22831e10e6
2 changed files with 3 additions and 11 deletions
|
@ -26,9 +26,7 @@
|
|||
encoding: UTF-8
|
||||
|
||||
- name: make the app be real
|
||||
# Only staging for now
|
||||
# hosts: os_control_stg:os_control
|
||||
hosts: os_control_stg
|
||||
hosts: os_control_stg:os_control
|
||||
user: root
|
||||
gather_facts: false
|
||||
|
||||
|
|
|
@ -44,14 +44,8 @@ spec:
|
|||
source:
|
||||
type: Git
|
||||
git:
|
||||
# uri: https://github.com/fedora-infra/mirrormanager2.git
|
||||
uri: https://github.com/abompard/mirrormanager2.git
|
||||
{% if env == "staging" %}
|
||||
# ref: staging
|
||||
ref: refactor-utilities
|
||||
{% else %}
|
||||
ref: master
|
||||
{% endif %}
|
||||
uri: https://github.com/fedora-infra/mirrormanager2.git
|
||||
ref: "{{ env }}"
|
||||
contextDir: /
|
||||
strategy:
|
||||
type: Source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue