maubot-stg: fix logic in oc rollout conditional

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-10-30 12:25:18 +10:00
parent 2bca1f1504
commit 3a2adc33ef

View file

@ -122,7 +122,7 @@
- role: openshift/rollout
app: maubot
dcname: maubot
when: env != "production"
when: env == "production"
###############################################
# actions to delete the project from OpenShift