Skip to content

Commit

Permalink
chore: depend on community endpoints for ISC calls (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Otieno Calvine <nyarangaotieno@gmail.com>
  • Loading branch information
NYARAS committed Aug 26, 2021
1 parent 4541935 commit ba50c70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
--set-env-vars "OPENCONCEPTLAB_TOKEN=${{ secrets.OPENCONCEPTLAB_TOKEN }}" \
--set-env-vars "OPENCONCEPTLAB_API_URL=${{ secrets.OPENCONCEPTLAB_API_URL }}"
push_schema:
push_schema_test_registry:
name: Publish schema to schema registry
strategy:
matrix:
Expand All @@ -149,3 +149,4 @@ jobs:
go install github.com/savannahghi/bewellcli@$CLI_VERSION
bewellcli service validate-schema --name clinical --version $GITHUB_SHA --url ${{ secrets.SERVICE_GRAPHQL_URL }}
bewellcli service push-schema --name clinical --version $GITHUB_SHA --url ${{ secrets.SERVICE_GRAPHQL_URL }}
9 changes: 2 additions & 7 deletions deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ staging:
depRootDomain: https://engagement-staging.healthcloud.co.ke
testing:
- depName: onboarding
depRootDomain: https://profile-testing.healthcloud.co.ke
depRootDomain: https://onboarding-testing.savannahghi.org
- depName: engagement
depRootDomain: https://engagement-testing.healthcloud.co.ke
demo:
- depName: onboarding
depRootDomain: https://profile-demo.healthcloud.co.ke
- depName: engagement
depRootDomain: https://engagement-demo.healthcloud.co.ke
depRootDomain: https://engagement-testing.savannahghi.org
production:
- depName: onboarding
depRootDomain: https://profile-prod.healthcloud.co.ke
Expand Down

0 comments on commit ba50c70

Please sign in to comment.