Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Bridge pangolin-pangoro code clean and update feemarket strategy (#588) #48

Bridge pangolin-pangoro code clean and update feemarket strategy (#588)

Bridge pangolin-pangoro code clean and update feemarket strategy (#588) #48

Workflow file for this run

name: Deploy bridger state
on:
push:
branches: [ master ]
workflow_dispatch:
# pull_request:
jobs:
deploy-bridger-state:
name: Deploy bridger state
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: itering/actions
path: .github/actions
persist-credentials: false
ssh-key: "${{ secrets.ITERING_ACTIONS_DEPLOY_KEY }}"
- uses: ./.github/actions/smart-vercel
name: Deploy to Vercel
with:
node_version: v18.14.2
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
preview_output: true
project_name: bridger-state
workdir: state
dist_path: dist
prod_mode: true
enable_cache: true
enable_notify_slack: true
slack_channel: darwinia-bridger
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}