Skip to content

Commit

Permalink
fix workflow (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Sep 20, 2023
1 parent 431b2d3 commit f860c96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy 2.0

on:
pull_request:
branches: ["helix-ui-2.0"]
branches: ['helix-ui-2.0']
workflow_dispatch:

jobs:
Expand All @@ -17,15 +17,15 @@ jobs:
repository: itering/actions
path: .github/actions
persist-credentials: false
ssh-key: "${{ secrets.ITERING_ACTIONS_DEPLOY_KEY }}"
ssh-key: '${{ secrets.ITERING_ACTIONS_DEPLOY_KEY }}'

- uses: ./.github/actions/smart-vercel
name: Deploy helix-2.0
with:
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
preview_output: true
alias_domain: "helix-2.0"
project_name: "helix-apps"
alias_domain: 'helix-stg-test'
project_name: 'helix-apps-test'
script_run: false
dist_path: .

0 comments on commit f860c96

Please sign in to comment.