(Grav GitSync) Automatic Commit from tanshu
This commit is contained in:
parent
8685592976
commit
4a340b5bb4
@ -78,7 +78,7 @@ then
|
||||
echo "File already uploaded. No update needed"
|
||||
else
|
||||
echo "Files are different. Uploading"
|
||||
~/bin/gdrive upload --parent 1wZ7KOAZUreXN434ie0-edqgINxGcnlSo --name production_$(date +%F-%H:%M).sqlite3 ~/Data/warden/production.sqlite3
|
||||
~/bin/gdrive upload --parent $FOLDER_ID --name production_$(date +%F-%H:%M).sqlite3 ~/Data/warden/production.sqlite3
|
||||
sha512sum production.sqlite3 > production.sha512sum
|
||||
fi
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user