Add CSV import command to seed javascript
This commit is contained in:
7
scripts/start.sh
Executable file
7
scripts/start.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
if test -f "./config/$SECRETS_FILE"
|
||||
then
|
||||
./sops --config ./config exec-env "./config/$SECRETS_FILE" "$*"
|
||||
else
|
||||
$@
|
||||
fi
|
Reference in New Issue
Block a user