New version of mirrormanager in prod

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-05-29 08:29:39 +02:00
parent 84a7a7afc8
commit 22831e10e6
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 3 additions and 11 deletions

View file

@ -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

View file

@ -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