clio/clio-infra/scripts/deploy-api.sh
Your Name 56d8fb4d56
Some checks failed
Deploy API / deploy (push) Failing after 1s
adding a bunch of untested files
2026-05-19 20:12:49 -04:00

15 lines
561 B
Bash
Executable file

#!/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/