From afa7e47ef3a7d3529d5d5f3d2d871a2ba21610d1 Mon Sep 17 00:00:00 2001 From: Mathieu Lagace Date: Mon, 24 Sep 2018 13:20:32 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31edb645..94d01a08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ deploy_stage: script: - sshpass -V - export SSHPASS=$USER_PASS - - sshpass -e scp -o stricthostkeychecking=no -r . admin@54.39.97.124:/var/www/C697 + - sshpass -e scp -o stricthostkeychecking=no -r . admin@54.39.97.124:/var/www/website/C697 deploy_production: stage: deploy @@ -19,4 +19,4 @@ deploy_production: script: - sshpass -V - export SSHPASS=$USER_PASS - - sshpass -e scp -o stricthostkeychecking=no -r . admin@54.39.97.124:/var/www/C697 + - sshpass -e scp -o stricthostkeychecking=no -r . admin@54.39.97.124:/var/www/website/C697