Skip to content

Commit

Permalink
fix: add url flag argument to push schema command (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Salaton committed Nov 3, 2021
1 parent 1fa5d07 commit 991619c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ jobs:
- name: Install CLI command and push schema to registry
run: |
go install github.com/savannahghi/bewellcli@$CLI_VERSION
bewellcli service validate-schema --name mycarehub --version $GITHUB_SHA --url ${{ secrets.TEST_SERVICE_GRAPHQL_URL }}
bewellcli service push-schema --name mycarehub --version $GITHUB_SHA --url ${{ secrets.TEST_SERVICE_GRAPHQL_URL }}
bewellcli service validate-schema --name mycarehub --version $GITHUB_SHA --url https://mycarehub-testing.savannahghi.org/graphql
bewellcli service push-schema --name mycarehub --version $GITHUB_SHA --url https://mycarehub-testing.savannahghi.org/graphql

0 comments on commit 991619c

Please sign in to comment.