Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fasilkom UI Open Source Software
Kape
Commits
bf71c66c
Commit
bf71c66c
authored
Mar 09, 2017
by
Zamil Majdy
Browse files
#140382397 #4 mkdir .ssh
parent
50823d78
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bf71c66c
...
...
@@ -19,7 +19,8 @@ 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
-
mkdir ~/.ssh
-
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment