site-library/scripts/sync.sh
2025-03-08 21:04:49 +01:00

12 lines
416 B
Bash

osr-sync sync --logLevel=debug --clear=false --source='.' --target='../astro-playground' --debug=false --profile="./sync-playground.json"
cd ../astro-playground
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