Skip to content

Merge pull request #14 from ringecosystem/guantong/support-morph #38

Merge pull request #14 from ringecosystem/guantong/support-morph

Merge pull request #14 from ringecosystem/guantong/support-morph #38

Workflow file for this run

name: Deploy staging
on:
push:
branches: [ main ]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: darwinia-network/devops
path: .github
- uses: ./.github/actions/smart-vercel
name: Deploy to Vercel
with:
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
preview_output: true
dist_path: build
workdir: client
project_name: ormonitor
alias_domain: "ormponitor-stg"
enable_cache: true