Skip to content

Merge branch 'feat/isomorphic-copilot-for-extension' of github.com:re… #30

Merge branch 'feat/isomorphic-copilot-for-extension' of github.com:re…

Merge branch 'feat/isomorphic-copilot-for-extension' of github.com:re… #30

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