6 lines
227 B
Bash
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
|