Skip to content

Commit

Permalink
chore: trigger demo deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Oct 19, 2023
1 parent 83270fe commit 4a0cac2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
- release-*
- fix-demo-deployments
workflow_dispatch:

permissions:
Expand All @@ -31,11 +32,11 @@ jobs:
accessToken: ${{ secrets.SUBQL_ACCESS_TOKEN }}

subql_deploy_centrifuge_staging:
if: ${{ github.repository == 'centrifuge/pools-subql' && github.ref_name == 'main' }}
if: ${{ github.repository == 'centrifuge/pools-subql' && github.ref_name == 'fix-demo-deployments' }}
name: Deploy to SubQL (CENTRIFUGE staging)
strategy:
matrix:
chainId: [development, demo] # ADD ARRAY OF CHAINS TO DEPLOY
chainId: [demo] # ADD ARRAY OF CHAINS TO DEPLOY
uses: ./.github/workflows/subql_deploy_workflow.yaml
with:
chainId: ${{ matrix.chainId }}
Expand Down

0 comments on commit 4a0cac2

Please sign in to comment.