adding a bunch of untested files
Some checks failed
Deploy API / deploy (push) Failing after 1s

This commit is contained in:
Your Name 2026-05-19 20:12:49 -04:00
parent ab3a76cd0f
commit 56d8fb4d56
85 changed files with 8879 additions and 0 deletions

View file

@ -0,0 +1,15 @@
#!/run/current-system/sw/bin/fish
rsync -avz --delete \
--exclude '.venv' --exclude '__pycache__' --exclude '*.pyc' \
--exclude 'recordings/' --exclude 'recordings.db' --exclude 'keys/' \
--exclude 'data/' --exclude '.git' \
-e 'ssh -p 2252' \
/work/projects/phone_recorder/claude/server/ \
thallock@10.0.0.45:/work/hosting/recordings/
# Deploy React frontend
rsync -avz --delete \
-e 'ssh -p 2252' \
/work/projects/view_recordings/designer_export/ \
thallock@10.0.0.45:/work/hosting/recordings-viewer/