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
OSSD
2020
Kompeni
Jitsi No Jutsu Backend
Commits
24d7afe5
Commit
24d7afe5
authored
Oct 26, 2020
by
Naufaldi Athallah Rifqi
Browse files
fix ci
parent
8de9e707
Pipeline
#59600
failed with stage
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
24d7afe5
...
...
@@ -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 "cd
$APP_PATH
&& git pull origin main"
-
ssh $SSH_USER@$SSH_IP "cd
jitsi-no-jutsu-backend
&& git pull origin main"
-
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
.
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