A Web Services DevOps script that deploys the following services:
networks.json
file contains specification what networks (production, testnet,
devnet) are active. To deploy new network, just add it to networks.json
and
GitHub Actions pipeline will deploy all sort of things. If you delete network
specification from networks.json
, this network services will be uninstalled,
be careful.
GitHub Actions pipeline located here. It works like this:
GCLOUD_KEY
to access Google Cloud is stored in repository Secrets.
gcloud is setting up with this key.networks.json
-
uninstall helms belonging to this network.networks.json
published via GitHub Pages on this
link.