script:sync

This commit is contained in:
2025-03-11 20:58:15 +01:00
parent 1538f905ec
commit be5f321bac
12 changed files with 9 additions and 56 deletions
+2 -8
View File
@@ -1,11 +1,5 @@
osr-sync sync --logLevel=debug --clear=false --source='.' --target='../astro-playground' --debug=false --profile="./sync-playground.json"
cd ../astro-playground
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
# osr-sync sync --logLevel=debug --clear=false --source='.' --target='../guides' --debug=false --profile="./sync-playground.json"
#cd ../guides
#git add .
#git commit -m "Synced from site"
#git push