changed ssh port of server in compile.sh
This commit is contained in:
parent
2b6cce8a07
commit
7d32701e9c
@ -2,4 +2,4 @@
|
||||
export GEM_HOME="$HOME/gems"
|
||||
export PATH="$HOME/gems/bin:$PATH"
|
||||
bundle exec jekyll build
|
||||
scp -P 5053 -r _site/* root@earth.koneko.at:/var/www/portal/
|
||||
scp -P 5055 -r _site/* root@earth.koneko.at:/var/www/portal/
|
||||
|
Loading…
Reference in New Issue
Block a user