From 033a2d65d87185b094779e2cecedf38669f0bf44 Mon Sep 17 00:00:00 2001 From: Mathieu Lagace Date: Mon, 24 Sep 2018 13:18:07 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89cdc025..31edb645 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 . username@host.com:/var/www/html + - sshpass -e scp -o stricthostkeychecking=no -r . admin@54.39.97.124:/var/www/C697 deploy_production: stage: deploy @@ -19,6 +19,4 @@ deploy_production: script: - sshpass -V - export SSHPASS=$USER_PASS - - sshpass -e scp -o stricthostkeychecking=no -r . username@host.com:/var/www/html -view raw -.gitlab-ci.yml hosted with ❤ by GitHub + - sshpass -e scp -o stricthostkeychecking=no -r . admin@54.39.97.124:/var/www/C697