Files
firefrost-operations-manual/automation/logs/trigger-github-sync_completed_20260209_191613.sh
2026-02-09 19:16:13 -06:00

6 lines
126 B
Bash
Executable File

#!/bin/bash
cd ~/firefrost-work/firefrost-operations-manual
git remote -v
git push origin master
echo "GitHub sync triggered"