Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
OSSD
2020
Kompeni
Jitsi No Jutsu Backend
Commits
6685ad9e
Commit
6685ad9e
authored
Oct 26, 2020
by
Naufaldi Athallah Rifqi
Browse files
fix ci
parent
b8aaa87d
Pipeline
#59593
failed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6685ad9e
...
...
@@ -13,7 +13,7 @@ deploy-staging:
-
mkdir -p ~/.ssh
-
'
[[
-f
/.dockerenv
]]
&&
echo
-e
"Host
*\n\tStrictHostKeyChecking
no\n\n"
>
~/.ssh/config'
script
:
-
ssh $SSH_USER@$SSH_IP "
git clone https://gitlab.cs.ui.ac.id/ossd/2020/kompeni/jitsi-no-jutsu-backend.git &&
cd $APP_PATH && git pull origin
ma
in"
-
ssh $SSH_USER@$SSH_IP "cd $APP_PATH && git pull origin
stag
in
g
"
-
ssh $SSH_PRIVATE_KEY $SSH_USER@$SSH_IP_PROD "docker stop jitsi-no-jutsu-backend ||
true
&& docker rm jitsi-no-jutsu-backend"
-
ssh $SSH_PRIVATE_KEY $SSH_USER@$SSH_IP_PROD "docker build -t jitsi-no-jutsu-backend ."
-
ssh $SSH_PRIVATE_KEY $SSH_USER@$SSH_IP_PROD "docker run -d jitsi-no-jutsu-backend"
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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