Skip to content

Deploy 2.0

Deploy 2.0 #8

Workflow file for this run

name: Deploy 2.0
on:
pull_request:
branches: ["helix-ui-2.0"]
workflow_dispatch:
jobs:
deploy-package:
name: Deploy package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: itering/actions
path: .github/actions
persist-credentials: false
ssh-key: "${{ secrets.ITERING_ACTIONS_DEPLOY_KEY }}"
- uses: ./.github/actions/smart-vercel
name: Deploy helix-v2
with:
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
preview_output: true
alias_domain: "helix-v2"
project_name: "helix-apps-test"
script_run: false
dist_path: .
- uses: ./.github/actions/smart-vercel
name: Deploy stg-test
with:
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
preview_output: true
alias_domain: "helix-stg-test"
project_name: "helix-apps-test"
script_run: false
dist_path: .