Skip to content

Commit cb56f27

Browse files
authored
Merge branch 'main' into remove-jsonrpc-explorer-0.2.0
2 parents f73e028 + ddc13cc commit cb56f27

3 files changed

Lines changed: 14 additions & 191 deletions

File tree

.github/workflows/deploy-playground.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ on:
44
push:
55
branches: [main]
66
workflow_dispatch:
7+
inputs:
8+
environment:
9+
description: bulletin-deploy environment to publish to (blank = CLI default)
10+
type: choice
11+
default: ''
12+
options:
13+
- ''
14+
- paseo-next-v2
15+
- preview
16+
- paseo-next
17+
- paseo-review
718

819
concurrency:
920
group: deploy-truapi-playground
@@ -44,7 +55,9 @@ jobs:
4455

4556
- name: Deploy to DotNS
4657
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
58+
env:
59+
BULLETIN_ENV: ${{ inputs.environment }}
4760
with:
4861
timeout_minutes: 10
4962
max_attempts: 3
50-
command: cd playground && bulletin-deploy ./out truapi-playground.dot --js-merkle
63+
command: cd playground && bulletin-deploy ./out truapi-playground.dot --js-merkle ${BULLETIN_ENV:+--env "$BULLETIN_ENV"}

docs/rfcs/0010-get-root-account.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

docs/rfcs/0011-simple-group-chat.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)