Skip to content

Commit

Permalink
chore: add more config
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Feb 22, 2024
1 parent 030f16d commit be69ff6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- prod
tags:
- v*
paths-ignore:
- "deploy/**"
jobs:
build:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/docker-tpl.yaml@main
Expand Down
27 changes: 27 additions & 0 deletions deploy/prod/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,35 @@ endpoint:
- address: europe-west1-naturalselectionlabs.cloudfunctions.net:443
geohash: u0gvph1m9bbqh
name: Belgium
- address: us-central1-naturalselectionlabs.cloudfunctions.net:443
geohash: 9zmw5c8kz5tx9
name: Lowa
- address: us-east1-naturalselectionlabs.cloudfunctions.net:443
geohash: djyydm129zkud
name: SouthCarolina
- address: us-west1-naturalselectionlabs.cloudfunctions.net:443
geohash: 9rcf53ky2vxs5
name: Oregon
target:
- module: http_2xx
url: https://rss3.io
- module: http_2xx
url: https://crossbell.io
- module: http_2xx
url: https://indexer.crossbell.io/v1/characters/30
- module: http_2xx
url: https://rpc.crossbell.io
- module: http_2xx
url: https://scan.crossbell.io/api?module=block&action=eth_block_number
- module: http_2xx
url: https://xlog.app
- module: http_2xx
url: https://opsync.crossbell.io/healthcheck
- module: http_2xx
url: https://ipfs-relay.crossbell.io/
- module: http_2xx
url: https://testnet.rss3.io/data/accounts/vitalik.eth/activities?limit=1&tag=social
- module: http_2xx
url: https://rpc.testnet.rss3.io/
- module: http_2xx
url: https://scan.testnet.rss3.io/api?module=block&action=eth_block_number

0 comments on commit be69ff6

Please sign in to comment.