Files
firefrost-operations-manual/automation/logs/test-mirror-sync_completed_20260209_193854.sh
2026-02-09 19:38:54 -06:00

8 lines
267 B
Bash
Executable File

#!/bin/bash
cd ~/firefrost-work/firefrost-operations-manual
echo "Mirror test at $(date)" >> test-mirror.txt
git add test-mirror.txt
git commit -m "Test mirror sync with lowercase username"
git push
echo "Pushed to Gitea - mirror should sync to GitHub automatically"