Skip to content

Commit

Permalink
chore: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Sep 8, 2024
1 parent 62ed476 commit 923d505
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/cd-protonet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
# take ebs + zfs snapshots
# download updated binary and genesis
# reset application database state (only done on internal testnet)
# reset-chain-to-zero-state:
# # only start cd pipeline if last ci run was successful
# # if: ${{ github.event.workflow_run.conclusion == 'success' }}
# uses: ./.github/workflows/cd-reset-internal-testnet.yml
# with:
# aws-region: us-east-1
# chain-id: proto_2221-17000
# ssm-document-name: kava-testnet-internal-node-update
# playbook-name: reset-protonet-playbook.yml
# playbook-infrastructure-branch: master
# secrets: inherit
reset-chain-to-zero-state:
# only start cd pipeline if last ci run was successful
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/cd-reset-internal-testnet.yml
with:
aws-region: us-east-1
chain-id: proto_2221-17000
ssm-document-name: kava-testnet-internal-node-update
playbook-name: reset-protonet-playbook.yml
playbook-infrastructure-branch: master
secrets: inherit
#
# # start kava with new binary and genesis state on api, peer and seed nodes, place nodes in service once they start and are synched to live
# start-chain-api:
Expand Down

0 comments on commit 923d505

Please sign in to comment.