diff --git a/.github/workflows/cd-protonet.yml b/.github/workflows/cd-protonet.yml index a469de14b..f1dc8df85 100644 --- a/.github/workflows/cd-protonet.yml +++ b/.github/workflows/cd-protonet.yml @@ -1,11 +1,10 @@ name: Continuous Deployment (Protonet) # run after every successful CI job of new commits to the master branch on: - push -# workflow_run: -# workflows: [Continuous Integration (Kava Master)] -# types: -# - completed + workflow_run: + workflows: [Continuous Integration (Kava Master)] + types: + - completed jobs: # in order: @@ -18,7 +17,7 @@ jobs: # enter inService reset-chain-to-zero-state: # only start cd pipeline if last ci run was successful - #if: ${{ github.event.workflow_run.conclusion == 'success' }} + if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: ./.github/workflows/cd-reset-protonet.yml with: aws-region: us-east-1 @@ -27,7 +26,7 @@ jobs: auto_scaling_group_names: kava-protonet-iavl-v1-validator-api-node,kava-protonet-iavl-v1-rpc-api-node ssm-document-name: kava-protonet-iavl-v1-instance-update playbook-name: reset-chain.yml - playbook-infrastructure-branch: shef-protonet-validator-network-data-reset + playbook-infrastructure-branch: master secrets: inherit @@ -40,7 +39,7 @@ jobs: auto_scaling_group_names: kava-protonet-iavl-v1-validator-api-node,kava-protonet-iavl-v1-rpc-api-node ssm-document-name: kava-protonet-iavl-v1-instance-update playbook-name: restart-chain.yml - playbook-infrastructure-branch: shef-protonet-validator-network-data-reset + playbook-infrastructure-branch: master secrets: inherit needs: [ reset-chain-to-zero-state ] diff --git a/.github/workflows/cd-reset-protonet.yml b/.github/workflows/cd-reset-protonet.yml index 70a79afa8..f9ca173bc 100644 --- a/.github/workflows/cd-reset-protonet.yml +++ b/.github/workflows/cd-reset-protonet.yml @@ -61,7 +61,7 @@ jobs: repository: Kava-Labs/infrastructure token: ${{ secrets.KAVA_PRIVATE_GITHUB_ACCESS_TOKEN }} path: infrastructure - ref: shef-protonet-validator-network-data-reset + ref: master - name: Set up Go uses: actions/setup-go@v4 with: diff --git a/.github/workflows/cd-restart-protonet.yml b/.github/workflows/cd-restart-protonet.yml index 00bb160b5..090367733 100644 --- a/.github/workflows/cd-restart-protonet.yml +++ b/.github/workflows/cd-restart-protonet.yml @@ -61,7 +61,7 @@ jobs: repository: Kava-Labs/infrastructure token: ${{ secrets.KAVA_PRIVATE_GITHUB_ACCESS_TOKEN }} path: infrastructure - ref: shef-protonet-validator-network-data-reset + ref: master - name: Set up Go uses: actions/setup-go@v4 with: diff --git a/ci/env/kava-protonet/KAVA.VERSION b/ci/env/kava-protonet/KAVA.VERSION index 34491d65f..8b25206ff 100644 --- a/ci/env/kava-protonet/KAVA.VERSION +++ b/ci/env/kava-protonet/KAVA.VERSION @@ -1 +1 @@ -shef-protonet-validator-network-ci \ No newline at end of file +master \ No newline at end of file