-
Notifications
You must be signed in to change notification settings - Fork 0
28 lines (26 loc) · 1019 Bytes
/
dev.yml
File metadata and controls
28 lines (26 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: UAT deployment
on:
push:
branches: ['dev']
jobs:
build-and-deploy:
uses: AstraProtocol/github-actions-workflows/.github/workflows/stella-deployment-advanced.yml@main
secrets:
secretBuildArgs: |
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
with:
ingressEnabled: "yes"
ingressHost: "explorer.dev.astranet.services"
replicas: "1"
servicePort: "3000"
buildArgs: |-
NEXT_PUBLIC_COSMOS_API=https://chainindexing.astranaut.dev
NEXT_PUBLIC_EVM_API=https://blockscout.astranaut.dev
NEXT_PUBLIC_URL=https://explorer.astranaut.dev
NEXT_PUBLIC_CHAIN_ID=11115
NEXT_PUBLIC_TITLE=Astra Explorer Testnet
NEXT_PUBLIC_GA_MEASUREMENT_ID=G-VXSKSRXRLJ
NEXT_PUBLIC_SENTRY_DSN=https://e5a0c44ff6ed4b9b967c490d4587a1b9@sentry.astranet.live/2
NEXT_PUBLIC_ENV=testnet
NEXT_PUBLIC_WASA_ADDRESS=0xA625BF1c3565775B1859B579DF980Fef324E7315