-
Notifications
You must be signed in to change notification settings - Fork 0
29 lines (27 loc) · 1.02 KB
/
main.yml
File metadata and controls
29 lines (27 loc) · 1.02 KB
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
29
name: Production deployment
on:
push:
branches: ['main']
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:
namespace: "default"
ingressEnabled: "yes"
ingressHost: "explorer.prod.astranet.services"
replicas: "2"
servicePort: "3000"
buildArgs: |-
NEXT_PUBLIC_COSMOS_API=https://chainindexing.astranaut.io
NEXT_PUBLIC_EVM_API=https://blockscout.astranaut.io
NEXT_PUBLIC_URL=https://explorer.astranaut.io
NEXT_PUBLIC_CHAIN_ID=11110
NEXT_PUBLIC_TITLE=Astra Explorer
NEXT_PUBLIC_GA_MEASUREMENT_ID=G-1KW22EJBY5
NEXT_PUBLIC_SENTRY_DSN=https://e5a0c44ff6ed4b9b967c490d4587a1b9@sentry.astranet.live/2
NEXT_PUBLIC_ENV=mainnet
NEXT_PUBLIC_WASA_ADDRESS=0x6637D8275DC58983Cb3A2fa64b705EC11f6EC670