diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 570ad0552e5ceb16ab6705e5cd81184b03fa84e4..79c2c58cc49820f87cff70d758fb6f85c9937507 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ staging: - git checkout UserStory1 - git pull - git remote add deployment ssh://kape@bot.recruit.id:8022/home/kape.git + - echo -e "Host bot.recruit.id\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config - sshpass -p yukcarikape git push deployment UserStory1:master --force - cd .. - sshpass -p yukcarikape git push deployment UserStory1:master --force @@ -34,6 +35,7 @@ production: - cd PPLA1 - git checkout master - git remote add deployment ssh://kape@bot.recruit.id:8022/home/kape.git + - echo -e "Host bot.recruit.id\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config - sshpass -p yukcarikape git push deployment master:master --force only: - master \ No newline at end of file