This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
Update Account Disconnect and Staking Addresses for Crab/Darwinia #11
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy develop | |
on: | |
pull_request: | |
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 | |
id: smart-vercel | |
with: | |
vercel_token: ${{ secrets.VERCEL_TOKEN }} | |
vercel_group: itering | |
preview_output: true | |
dist_path: out | |
project_name: kton-stake | |
enable_cache: true | |
enable_notify_comment: true | |
enable_notify_slack: true | |
slack_channel: darwinia-apps | |
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }} | |