fossy-placeholder/bin/deploy

8 lines
79 B
Text
Raw Normal View History

2025-07-25 22:28:57 +10:00
#!/bin/sh
set -e # Abort on failure
git push
make publish
make rsync_upload