Add google envs to deploy
This commit is contained in:
@@ -10,6 +10,9 @@ fi
|
||||
if test -f "$DB_PASSWD_FILE"; then
|
||||
export DB_PASSWD=$(cat $DB_PASSWD_FILE)
|
||||
fi
|
||||
if test -f "$GOOGLE_CREDS_JSON"; then
|
||||
export GOOGLE_CREDS_JSON=$(cat $GOOGLE_CRED_JSON_FILE)
|
||||
fi
|
||||
|
||||
# Collect static files
|
||||
echo "Collect static files"
|
||||
|
||||
Reference in New Issue
Block a user