Skip to content

Commit

Permalink
add back infra and events
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Jul 24, 2024
1 parent f9e42aa commit 366b356
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-instances.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
- environment: dry-run-devhub.near
dry_run_command: npm run dry-run:events
deploy_command: npm run deploy:events
- environment: events-committee.near
dry_run_command: npm run dry-run:events
deploy_command: npm run deploy:events
- environment: infrastructure-committee.near
dry_run_command: npm run dry-run:infrastructure
deploy_command: npm run deploy:infrastructure
environment: ${{ matrix.target_account.environment }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit 366b356

Please sign in to comment.