Skip to content

Merge pull request #23 from darwinia-network/fix/staking-month-30-day… #17

Merge pull request #23 from darwinia-network/fix/staking-month-30-day…

Merge pull request #23 from darwinia-network/fix/staking-month-30-day… #17

Workflow file for this run

name: Deploy production
on:
push:
tags:
- 'v*'
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: darwinia-network/devops/actions/smart-vercel@main
name: Deploy to Vercel
with:
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
preview_output: true
project_name: collator-staking
script_install: pnpm install --no-frozen-lockfile
script_build: pnpm run build
dist_path: dist
prod_mode: true
enable_cache: true
enable_notify_slack: true
slack_channel: public-ringdao-apps
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}