This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
site-template/scripts/sync.sh
2025-03-11 20:58:15 +01:00

6 lines
227 B
Bash

osr-sync sync --logLevel=debug --clear=false --source='.' --target='../../polycraft/resources' --debug=false --profile="./sync-polycraft.json"
cd ../../polycraft/resources
git add -A .
git commit -m "Synced from site"
git push