From f93b6bc2aa5f2fb24d6470b8180796f8aae4801c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Thu, 3 Sep 2020 12:00:59 +0000 Subject: [PATCH] cicd: rename georgetown-uni to ejp --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abdd685..47230a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -553,15 +553,15 @@ apidays: tags: - deploy -georgetownuni: +ejp: stage: deployment environment: - name: georgetownuni - url: https://georgetown-uni.hubl.world + name: ejp + url: https://ejp.hubl.world before_script: - npm ci --cache .npm --prefer-offline --only=production script: - - echo "$APP_CONFIG_GEORGETOWNUNI" > config.json + - echo "$APP_CONFIG_EJP" > config.json - echo "$SSH_DEPLOY_KEY" | tr -d '\r' > gitlab.key && chmod 600 gitlab.key - npm run build - scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* georgetown-uni@astral.startinblox.com:~/front/