go-ethereum/cicd
2022-10-03 17:28:41 +11:00
..
devnet XIN-241: Add access point for EFS on devnet 2022-10-03 15:35:00 +11:00
README.md Update CICD devnet readme to include temporary instruction on spin up devnet nodes 2022-09-27 21:29:28 +10:00

CI/CD pipeline for XDC

This directory contains CI/CD scripts used for each of the XDC environments.

Devnet

Each PR merged into dev-upgrade will trigger below actions:

In order to allow pipeline able to push and deploy via ECR and ECS, we require below environment variables to be injected into the CI pipeline:

  1. ECR_REPO_NAME
  2. ECR_BASE_URI
  3. AWS_ACCESS_KEY_ID
  4. AWS_SECRET_ACCESS_KEY

How to spin up more nodes in devnet

NOTE: The terraform managed auto deployment is still under deployment. The current best way to spin up new nodes is done by below:

  1. docker pull xinfinorg/devnet:latest
  2. docker run -it -e PRIVATE_KEYS={{Wallet-Private-key-Here}} xinfinorg/devnet:latest

Testnet

WIP

Mainnet

WIP