Add CSV import command to seed javascript

This commit is contained in:
Vikram Rangnekar
2020-03-03 13:45:47 +05:30
parent a1fb89b762
commit 8b6c562ac1
8 changed files with 147 additions and 21 deletions

7
scripts/start.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
if test -f "./config/$SECRETS_FILE"
then
./sops --config ./config exec-env "./config/$SECRETS_FILE" "$*"
else
$@
fi