portal/compile.sh

6 lines
165 B
Bash
Executable File

#!/bin/bash
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"
bundle exec jekyll build
scp -v -P 5055 -r _site/* root@earth.koneko.at:/var/www/portal/