This commit is contained in:
parent
28d745bf5c
commit
adbfbd5cde
11 changed files with 497 additions and 19 deletions
5
scripts/gdrive_sync_stage.sh
Normal file
5
scripts/gdrive_sync_stage.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ~/apps/card-drop/card-drop_stage \
|
||||
&& rclone sync card-drop-gdrive: ./cards \
|
||||
&& curl -X POST http://localhost:3313/api/reload-db
|
Loading…
Add table
Add a link
Reference in a new issue