Staging Env Files

This commit is contained in:
Patrick Fic
2021-05-11 09:04:40 -07:00
parent ec0d21f49b
commit ad454c806c
2 changed files with 45 additions and 39 deletions

View File

@@ -20,3 +20,5 @@ npx deadfile ./src/index.js --exclude build templates
cd client && yarn build && cd build && scp -r \*\* imex@prod-tor1.imex.online:~/bodyshop/client/build && cd .. &&cd ..
gq https://bodyshop-dev-db.herokuapp.com/v1/graphql -H "X-Hasura-Admin-Secret: Dev-BodyShopAppBySnaptSoftware\!" --introspect > schema.graphql
npx hasura migrate apply --endpoint https://db.test.bodyshop.app/ --admin-secret 'Test-ImEXOnlineBySnaptSoftware!'