From 9a880dc0422a14eca221a8f4b413a6724ecaf8f9 Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Fri, 18 Oct 2024 12:12:49 -0500
Subject: [PATCH] fix: deploy to staging env instead of knightly
---
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6015932c..19956eda 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ workflow:
deploy_http_proxy_node:
stage: deploy
environment:
- name: knightly
+ name: staging
tags:
- build
script:
@@ -69,7 +69,7 @@ deploy_http_proxy_node:
deploy_ssh_proxy_node:
stage: deploy
environment:
- name: knightly
+ name: staging
tags:
- build
script:
--
GitLab