mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-24 06:48:42 +03:00
Fix api deploy
This commit is contained in:
parent
44c9d350a3
commit
26651b1ad0
@ -33,7 +33,7 @@ jobs:
|
||||
- image: hasura/graphql-engine:latest.cli-migrations-v3
|
||||
steps:
|
||||
- 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:
|
||||
build-and-deploy-server:
|
||||
|
Loading…
Reference in New Issue
Block a user