Skip to content

fix(web): fix web not requests issues and make compatiable to new Cha… #33

fix(web): fix web not requests issues and make compatiable to new Cha…

fix(web): fix web not requests issues and make compatiable to new Cha… #33

name: Deploy Web To Staging
on:
push:
branches-ignore:
- release
paths:
- 'apps/web/**'
workflow_dispatch:
jobs:
deploy-staging:
uses: ./.github/workflows/deploy-web-base.yml
with:
environment: staging
project-name: refly-staging
secrets: inherit