Skip to content

Commit

Permalink
chore: remove unused files and configurations
Browse files Browse the repository at this point in the history
Signed-off-by: Otieno Calvine <nyarangaotieno@gmail.com>
  • Loading branch information
NYARAS committed Sep 14, 2021
1 parent 95388a7 commit 7cc75fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 68 deletions.
36 changes: 0 additions & 36 deletions Dockerfile

This file was deleted.

18 changes: 1 addition & 17 deletions README.md
Expand Up @@ -3,7 +3,7 @@
![Linting and Tests](https://github.com/savannahghi/onboarding/actions/workflows/ci.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/savannahghi/onboarding/badge.svg?branch=main)](https://coveralls.io/github/savannahghi/onboarding?branch=main)

This service manages user onboarding process.
This library powers the onboarding service.

## Description

Expand Down Expand Up @@ -84,20 +84,4 @@ For more information, see:
- [Onion Architecture](http://jeffreypalermo.com/blog/the-onion-architecture-part-1/) by Jeffrey Palermo
- [Implementing Domain-Driven Design](http://www.amazon.com/Implementing-Domain-Driven-Design-Vaughn-Vernon/dp/0321834577)

## Environment variables

For local development, you need to _export_ the following env vars:

```bash
# Google Cloud Settings
export GOOGLE_APPLICATION_CREDENTIALS="<a path to a Google service account JSON file>"
export GOOGLE_CLOUD_PROJECT="<the name of the project that the service account above belongs to>"
export FIREBASE_WEB_API_KEY="<an API key from the Firebase console for the project mentioned above>"

```

Deployment
----------

This application is deployed via Google Cloud Build ( <https://cloud.google.com/build> ) to Google Cloud Run ( <https://cloud.google.com/run> ).
There's a `cloudbuild.yaml` file in the home folder. Secrets (e.g production settings) are managed with Google Secret Manager ( <https://cloud.google.com/secret-manager> ).
16 changes: 1 addition & 15 deletions deps.yaml
@@ -1,20 +1,6 @@
staging:
- depName: engagement
depRootDomain: https://engagement-staging.healthcloud.co.ke
- depName: edi
depRootDomain: https://edi-staging.healthcloud.co.ke
testing:
- depName: engagement
depRootDomain: https://engagement-testing.healthcloud.co.ke
- depName: edi
depRootDomain: https://edi-testing.healthcloud.co.ke
demo:
- depName: engagement
depRootDomain: https://engagement-demo.healthcloud.co.ke
- depName: edi
depRootDomain: https://edi-demo.healthcloud.co.ke
production:
- depName: engagement
depRootDomain: https://engagement-prod.healthcloud.co.ke
- depName: edi
depRootDomain: https://edi-prod.healthcloud.co.ke
depRootDomain: https://engagement-testing.healthcloud.co.ke

0 comments on commit 7cc75fb

Please sign in to comment.