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
PMPL
Course Site
Commits
5bede84e
Commit
5bede84e
authored
Nov 04, 2021
by
Daya Adianto
Browse files
Replace deploy hostname with the internal IP address
parent
54065296
Pipeline
#87227
failed with stages
in 2 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5bede84e
...
...
@@ -48,7 +48,7 @@ deploy:
-
echo "${SSH_KNOWN_HOSTS}" >> ~/.ssh/known_hosts
-
chmod 644 ~/.ssh/known_hosts
script
:
-
rsync -ahP site/ admin@
pmpl.cs.ui.ac.id
:/var/www/html
-
rsync -ahP site/ admin@
10.119.105.12
:/var/www/html
environment
:
name
:
production
url
:
https://pmpl.cs.ui.ac.id
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