Fix api deploy
This commit is contained in:
@ -33,7 +33,7 @@ jobs:
|
|||||||
- image: hasura/graphql-engine:latest.cli-migrations-v3
|
- image: hasura/graphql-engine:latest.cli-migrations-v3
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: cd api && /bin/hasura-cli deploy --admin-secret $HASURA_ADMIN_SECRET --endpoint $HASURA_ENDPOINT
|
- run: cd api && /bin/hasura-cli metadata apply --admin-secret $HASURA_ADMIN_SECRET --endpoint $HASURA_ENDPOINT
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
build-and-deploy-server:
|
build-and-deploy-server:
|
||||||
|
|||||||
Reference in New Issue
Block a user