Skip to content

Merge branch 'main' into feat/note-server #40

Merge branch 'main' into feat/note-server

Merge branch 'main' into feat/note-server #40

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