portal/compile.sh
2022-12-07 21:58:58 +01:00

6 lines
162 B
Bash
Executable File

#!/bin/bash
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/