From 89955efcf0260bac04b1a71febdd483b0f0c03cc Mon Sep 17 00:00:00 2001 From: Zack Wong <coffee@ucc.asn.au> Date: Sun, 24 Feb 2019 18:26:54 +0800 Subject: [PATCH] fix stage url --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19d2236..2564270 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ deploy_staging: - stage variables: DB_NAME : /var/www/stage/.db/members.db - DEPLOY_HOST : staging.test.ucc.asn.au + DEPLOY_HOST : stage.test.ucc.asn.au script: - echo "Deploy to staging" - rm -f /services/$CI_PROJECT_NAME @@ -79,4 +79,4 @@ stop_testing: - master script: - rm -f /var/www/test/$CI_COMMIT_REF_NAME - - rm -f /etc/uwsgi/vassals/$CI_COMMIT_REF_NAME.ini \ No newline at end of file + - rm -f /etc/uwsgi/vassals/$CI_COMMIT_REF_NAME.ini -- GitLab