Skip to content

Commit

Permalink
update deploy-2.0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Oct 8, 2023
1 parent 2f9542c commit 3c52cf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ jobs:
vercel_group: itering
preview_output: true
alias_domain: "helix-v2"
project_name: "helix-apps-test"
project_name: "helix-apps"
script_run: false
dist_path: .

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

0 comments on commit 3c52cf0

Please sign in to comment.