Fix SDK field names - use camelCase throughout
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
MESSAGE="${1:-update}"
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
git add -A
|
||||
git commit -m "$MESSAGE"
|
||||
git push
|
||||
|
||||
cd ../milevault_docker
|
||||
docker compose down -v
|
||||
|
||||
echo ""
|
||||
echo "Done. Run 'docker compose pull && docker compose up -d' when the build completes."
|
||||
Reference in New Issue
Block a user