Changed firebase to use ENV variable for staging.

This commit is contained in:
Patrick Fic
2020-01-23 10:29:14 -08:00
parent ed937a57a0
commit f626966223
3 changed files with 7 additions and 13 deletions

View File

@@ -7,3 +7,6 @@ ALL CHANGES MUST BE MADE USING LOCAL CONSOLE TO ENSURE DATABASE MIGRATION FILES
To Start Hasura CLI:
npx hasura console --admin-secret Dev-BodyShopAppBySnaptSoftware!
Migrating to Staging:
npx hasura migrate apply --endpoint https://bodyshop-staging-db.herokuapp.com/ --admin-secret Staging-BodyShopAppBySnaptSoftware!