Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.
/ api-console-io Public archive

API Console official web site

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

arc-archive/api-console-io

Repository files navigation

API Console www

This project contains sources for API Console website.

It consists of 3 services:

  • Application www page
  • Demo page with usage examples
  • Documentation service

All is bundled in a container and hosted on GKE.

Building all services

npm run build:app
npm run build:demo
npm run build:docs

Building and deploying the container

Bump project version before building and deploying new version.

npm run gke:build
npm run gke:deploy

You need to have access to Google's api-console-a6952 project or change script's body to use different project.

Rolling update

Go to cloud console and select Rolling update from Actions menu. Roll out new version of the application for each container.