From c8d25da34f4d3e0b41f1b965f51beae8beb0f592 Mon Sep 17 00:00:00 2001
From: plup <plup@plup.io>
Date: Wed, 20 Nov 2019 21:10:50 +0100
Subject: [PATCH] cicd: fixed filename

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a5563b4..5049c317 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ deploy_staging:
   environment: staging
   script:
     - npm install
-    - echo $APP_CONFIG
+    - echo $APP_CONFIG > config.json
     - npm run build
     - echo $SSH_PRIVATE_KEY > gitlab.key
     - scp -i gitlab.key -r build/* test-paris@ssh-test-paris.happy-dev.fr:~/staging/www/
-- 
GitLab