This commit is contained in:
parent
ab3a76cd0f
commit
56d8fb4d56
85 changed files with 8879 additions and 0 deletions
15
clio-infra/scripts/deploy-api.sh
Executable file
15
clio-infra/scripts/deploy-api.sh
Executable 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue