Files
website/deploy
2015-06-05 16:40:04 +02:00

9 lines
154 B
Bash
Executable File

#!/bin/sh
git up
./build
git add dist
git commit -m "Update static build - `date -u`"
git subtree push --prefix dist 5apps master
git push origin master