diff --git a/.github/workflows/cd-protonet.yml b/.github/workflows/cd-protonet.yml index e8f7d9a86..509389970 100644 --- a/.github/workflows/cd-protonet.yml +++ b/.github/workflows/cd-protonet.yml @@ -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: