[damned-lies/develop] fix: update deployment_tier in gitlab ci



commit 7a6296561b5326d70536fd86acf2d24c67450964
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Mon Sep 5 14:38:15 2022 +0200

    fix: update deployment_tier in gitlab ci

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7652419c..042577ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -269,7 +269,7 @@ deploy:production:
     name: l10n.gnome.org
     url: https://l10n.gnome.org
     action: start
-    deployment_tier: staging
+    deployment_tier: production
   rules:
     - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
       when: manual
@@ -287,7 +287,7 @@ deploy:test:
     name: l10n-testing.gnome.org
     url: https://damned-lies-testing.apps.openshift4.gnome.org
     action: start
-    deployment_tier: staging
+    deployment_tier: testing
   rules:
     - if: $CI_COMMIT_BRANCH == "develop"
       when: on_success


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]