Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes ci gcloud build config (#33) #3

Merged
merged 1 commit into from
Nov 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,37 +54,6 @@ Now run Go launcher and navigate to "http://localhost:8000/quick-launch?url=" pa
e.g."http://localhost:8000/quick-launch?url=http://localhost:7777/1_0001.json"
```

### Deploying

For deploying with Concourse see the [CI README](./ci/README.md).

### Deployment with [gcloud](https://cloud.google.com/sdk/gcloud)

To deploy this application with gcloud, you must be logged in using `gcloud auth login` and `gcloud auth application-default login`.

Make sure the required [environment variables](./README.md#environment-variables) are set.

Then call the following command with environment variables set:
```sh
./ci/deploy_app.sh
```
## Environment Variables

The following environment variables must be set when deploying the app:
- PROJECT_ID
- DOCKER_REGISTRY
- RUNNER_URL

The following are optional variables that can also be set if needed:
- SERVICE_ACCOUNT_JSON
- REGION
- IMAGE_TAG
- CONCURRENCY
- MIN_INSTANCES
- MAX_INSTANCES
- CPU
- MEMORY

### Notes
* There are no unit tests yet
* JWT spec based on http://ons-schema-definitions.readthedocs.io/en/latest/jwt_profile.html
Expand Down
18 changes: 0 additions & 18 deletions ci/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions ci/deploy.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions ci/deploy_app.sh

This file was deleted.

14 changes: 0 additions & 14 deletions ci/wait.yaml

This file was deleted.