@@ -102,48 +102,6 @@ jobs:
102102 aws-region : us-east-1
103103 aws-role : arn:aws:iam::438696047887:role/ExplorerGitHubActionsRoleTestnetPlayground
104104
105- deploy-nano-testnet-explorer :
106- # We've changed this to a special branch, effectively to disable automatated deploys to
107- # nano-testnet alpha, but still leaving the deploy job in place in case needed, deploying
108- # from a different branch.
109- if : github.ref == 'refs/heads/release-nano-alpha'
110- needs : dependencies
111- runs-on : ubuntu-latest
112- steps :
113- # https://github.com/actions/checkout/releases/tag/v4.2.2
114- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
115- - uses : ./.github/actions/deploy-explorer
116- with :
117- site : nano-testnet
118- aws-region : eu-central-1
119- aws-role : arn:aws:iam::471112952246:role/ExplorerGitHubActionsRole
120-
121- deploy-nano-testnet-bravo-explorer :
122- if : github.ref == 'refs/heads/release'
123- needs : dependencies
124- runs-on : ubuntu-latest
125- steps :
126- # https://github.com/actions/checkout/releases/tag/v4.2.2
127- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
128- - uses : ./.github/actions/deploy-explorer
129- with :
130- site : nano-testnet-bravo
131- aws-region : eu-central-1
132- aws-role : arn:aws:iam::471112952246:role/ExplorerGitHubActionsRoleBravo
133-
134- deploy-nano-testnet-hackaton-explorer :
135- if : github.ref == 'refs/heads/release'
136- needs : dependencies
137- runs-on : ubuntu-latest
138- steps :
139- # https://github.com/actions/checkout/releases/tag/v4.2.2
140- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
141- - uses : ./.github/actions/deploy-explorer
142- with :
143- site : nano-testnet-hackaton
144- aws-region : eu-central-1
145- aws-role : arn:aws:iam::644483925420:role/ExplorerGitHubActionsRole
146-
147105 deploy-ekvilibro-testnet-explorer :
148106 if : github.ref == 'refs/heads/release'
149107 needs : dependencies
0 commit comments