harp compile www _build cd _build cp -r ../repo/* . touch .static git init git add --all git commit -m "Automated deployment" git remote add dokku dokku@candlewaster.co:fdroid-repo git push -f dokku master cd .. rm -rf _build