Skip to content

Commit 36836b8

Browse files
fly preview
1 parent d9cbe1e commit 36836b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set secret tokens
4444
if: ${{ github.event.pull_request.merged == false}}
4545
run: |
46-
APP_NAME="pr-${{github.event.number}}-yral-dapp-hot-or-not-web-leptos-ssr"
46+
APP_NAME="pr-${{github.event.number}}-yral-dapp-off-chain-agent"
4747
flyctl secrets set "CF_R2_ACCESS_KEY_TEMP=$CF_R2_ACCESS_KEY_TEMP" --app "$APP_NAME" --stage
4848
flyctl secrets set "CF_R2_SECRET_ACCESS_KEY_TEMP=$CF_R2_SECRET_ACCESS_KEY_TEMP" --app "$APP_NAME" --stage
4949
flyctl secrets set "CF_WORKER_ACCESS_OFF_CHAIN_AGENT_KEY=$CF_WORKER_ACCESS_OFF_CHAIN_AGENT_KEY" --app "$APP_NAME" --stage

0 commit comments

Comments
 (0)