From 277b9e168bd04e84957ed91cd362180ea743c082 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Tue, 13 Oct 2020 08:49:46 +0000
Subject: [PATCH] cicd: remove ejp & fichemetier

---
 .gitlab-ci.yml | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f572996..ada65287 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -554,42 +554,6 @@ apidays:
   tags:
     - deploy
 
-ejp:
-  stage: deployment
-  environment:
-    name: ejp
-    url: https://ejp.hubl.world
-  before_script:
-    - npm ci --cache .npm --prefer-offline --only=production
-  script:
-    - 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/
-  only:
-    - master
-  when: manual
-  tags:
-    - deploy
-
-fichemetierfr:
-  stage: deployment
-  environment:
-    name: fichemetierfr
-    url: https://fichemetier.fr.hubl.world
-  before_script:
-    - npm ci --cache .npm --prefer-offline --only=production
-  script:
-    - echo "$APP_CONFIG_FICHEMETIERFR" > 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/* fichemetierfr@astral.startinblox.com:~/front/
-  only:
-    - master
-  when: manual
-  tags:
-    - deploy
-
 toulouse:
   stage: deployment
   environment:
-- 
GitLab