changed ssh port of server in compile.sh

This commit is contained in:
Neko 2022-12-07 21:59:42 +01:00
parent 2b6cce8a07
commit 7d32701e9c

View File

@ -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/