From b0c2f7f94fcba5b875ce32fe4567988ca69502df Mon Sep 17 00:00:00 2001 From: Marcin Date: Thu, 15 Feb 2024 08:11:41 +0100 Subject: [PATCH] Changed all deployments slack notifications channel --- .github/workflows/build-push-aleph-wallet-image.yml | 2 +- .github/workflows/deploy-mainnet-aleph-wallet.yml | 6 +++--- .github/workflows/deploy-testnet-aleph-wallet.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-push-aleph-wallet-image.yml b/.github/workflows/build-push-aleph-wallet-image.yml index b46999c72fbc..5e0ca12bcca0 100644 --- a/.github/workflows/build-push-aleph-wallet-image.yml +++ b/.github/workflows/build-push-aleph-wallet-image.yml @@ -102,7 +102,7 @@ jobs: continue-on-error: true env: SLACK_COLOR: ${{ job.status }} - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} + SLACK_WEBHOOK: ${{ secrets.SLACK_INCOMING_WEBHOOK_DEV_ONDUTY }} SLACK_USERNAME: GithubActions SLACK_TITLE: deploy-wallet job has finished MSG_MINIMAL: actions url diff --git a/.github/workflows/deploy-mainnet-aleph-wallet.yml b/.github/workflows/deploy-mainnet-aleph-wallet.yml index e136a279c348..096fa2a9c4c3 100644 --- a/.github/workflows/deploy-mainnet-aleph-wallet.yml +++ b/.github/workflows/deploy-mainnet-aleph-wallet.yml @@ -63,9 +63,9 @@ jobs: uses: imranismail/setup-kustomize@v2 with: kustomize-version: ${{ vars.KUSTOMIZE_VERSION }} - + - name: Update aleph-wallet image for mainnet deployment from ArgoCD - env: + env: MAINNET_IMAGE: public.ecr.aws/p6e8q1z1/aleph-wallet:${{ steps.vars.outputs.branch }} REGIONS_AWS: 'eu-central-1,eu-west-1,eu-west-2,us-east-1,us-east-2' run: | @@ -94,7 +94,7 @@ jobs: continue-on-error: true env: SLACK_COLOR: ${{ job.status }} - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} + SLACK_WEBHOOK: ${{ secrets.SLACK_INCOMING_WEBHOOK_DEV_ONDUTY }} SLACK_USERNAME: GithubActions SLACK_TITLE: deploy-mainnet job has finished MSG_MINIMAL: actions url diff --git a/.github/workflows/deploy-testnet-aleph-wallet.yml b/.github/workflows/deploy-testnet-aleph-wallet.yml index ee2076443f67..5aadf476cf28 100644 --- a/.github/workflows/deploy-testnet-aleph-wallet.yml +++ b/.github/workflows/deploy-testnet-aleph-wallet.yml @@ -69,9 +69,9 @@ jobs: uses: imranismail/setup-kustomize@v2 with: kustomize-version: ${{ vars.KUSTOMIZE_VERSION }} - + - name: Update aleph-wallet image for testnet deployment from ArgoCD - env: + env: TESTNET_IMAGE: public.ecr.aws/p6e8q1z1/aleph-wallet:${{ steps.vars.outputs.branch }} REGIONS_AWS: 'eu-central-1,eu-west-1,eu-west-2,us-east-1,us-east-2' run: | @@ -100,7 +100,7 @@ jobs: continue-on-error: true env: SLACK_COLOR: ${{ job.status }} - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} + SLACK_WEBHOOK: ${{ secrets.SLACK_INCOMING_WEBHOOK_DEV_ONDUTY }} SLACK_USERNAME: GithubActions SLACK_TITLE: deploy-testnet job has finished MSG_MINIMAL: actions url