portal/compile.sh

6 lines
154 B
Bash
Raw Normal View History

2020-01-25 15:53:05 +01:00
#!/bin/bash
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"
2020-01-25 13:03:42 +01:00
bundle exec jekyll build
scp -r _site/* root@earth.koneko.at:/var/www/portal/