Skip to content

Update twitter handle #18

Update twitter handle

Update twitter handle #18

Workflow file for this run

name: Deploy development (home)
on:
pull_request:
paths:
- "apps/helixbox-home/**"
workflow_dispatch:
jobs:
deploy-package:
name: Deploy package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v4
- uses: darwinia-network/devops/actions/smart-vercel@main
name: Deploy home
with:
node_version: 20
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
preview_section: helix-home
preview_output: true
project_name: "helix-home"
script_install: pnpm install
script_build: pnpm run home build
dist_path: apps/helixbox-home/dist
enable_notify_comment: true
enable_notify_slack: false
slack_channel: helixbox-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}