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/