Skip to content

Commit

Permalink
bind new domain for helix stg
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Oct 13, 2023
1 parent 8855b88 commit f97cafe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:

- uses: actions/checkout@v3
with:
repository: itering/actions
path: .github/actions
persist-credentials: false
ssh-key: '${{ secrets.ITERING_ACTIONS_DEPLOY_KEY }}'
repository: darwinia-network/devops
path: .github

- uses: ./.github/actions/smart-vercel
name: Deploy helix-2.0
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:

- uses: actions/checkout@v2
with:
repository: itering/actions
path: .github/actions
persist-credentials: false
ssh-key: "${{ secrets.ITERING_ACTIONS_DEPLOY_KEY }}"
repository: darwinia-network/devops
path: .github

- uses: ./.github/actions/smart-vercel
name: Deploy helix
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:

- uses: actions/checkout@v2
with:
repository: itering/actions
path: .github/actions
persist-credentials: false
ssh-key: "${{ secrets.ITERING_ACTIONS_DEPLOY_KEY }}"
repository: darwinia-network/devops
path: .github

- uses: ./.github/actions/smart-vercel
name: Deploy helix
Expand All @@ -39,7 +37,7 @@ jobs:
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
preview_output: true
alias_domain: "helix-stg-test"
alias_domain: "helix-stg-test,testnet.helixbridge.app"
project_name: "helix-apps-test"
script_run: false
dist_path: .
Expand Down

0 comments on commit f97cafe

Please sign in to comment.