Add google envs to deploy

This commit is contained in:
Ojakoo
2022-08-06 10:07:00 +03:00
parent 9c66238b82
commit c6be0e6562
4 changed files with 10 additions and 1 deletions
+3
View File
@@ -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"