Skip to content

Commit 75f2d2c

Browse files
Changed all deployments slack notifications channel (#101)
Plus some whitespace fixes that my IDE automatically did
2 parents 280ff9d + b0c2f7f commit 75f2d2c

3 files changed

+7
-7
lines changed

.github/workflows/build-push-aleph-wallet-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
continue-on-error: true
103103
env:
104104
SLACK_COLOR: ${{ job.status }}
105-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
105+
SLACK_WEBHOOK: ${{ secrets.SLACK_INCOMING_WEBHOOK_DEV_ONDUTY }}
106106
SLACK_USERNAME: GithubActions
107107
SLACK_TITLE: deploy-wallet job has finished
108108
MSG_MINIMAL: actions url

.github/workflows/deploy-mainnet-aleph-wallet.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
uses: imranismail/setup-kustomize@v2
6464
with:
6565
kustomize-version: ${{ vars.KUSTOMIZE_VERSION }}
66-
66+
6767
- name: Update aleph-wallet image for mainnet deployment from ArgoCD
68-
env:
68+
env:
6969
MAINNET_IMAGE: public.ecr.aws/p6e8q1z1/aleph-wallet:${{ steps.vars.outputs.branch }}
7070
REGIONS_AWS: 'eu-central-1,eu-west-1,eu-west-2,us-east-1,us-east-2'
7171
run: |
@@ -94,7 +94,7 @@ jobs:
9494
continue-on-error: true
9595
env:
9696
SLACK_COLOR: ${{ job.status }}
97-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
97+
SLACK_WEBHOOK: ${{ secrets.SLACK_INCOMING_WEBHOOK_DEV_ONDUTY }}
9898
SLACK_USERNAME: GithubActions
9999
SLACK_TITLE: deploy-mainnet job has finished
100100
MSG_MINIMAL: actions url

.github/workflows/deploy-testnet-aleph-wallet.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
uses: imranismail/setup-kustomize@v2
7070
with:
7171
kustomize-version: ${{ vars.KUSTOMIZE_VERSION }}
72-
72+
7373
- name: Update aleph-wallet image for testnet deployment from ArgoCD
74-
env:
74+
env:
7575
TESTNET_IMAGE: public.ecr.aws/p6e8q1z1/aleph-wallet:${{ steps.vars.outputs.branch }}
7676
REGIONS_AWS: 'eu-central-1,eu-west-1,eu-west-2,us-east-1,us-east-2'
7777
run: |
@@ -100,7 +100,7 @@ jobs:
100100
continue-on-error: true
101101
env:
102102
SLACK_COLOR: ${{ job.status }}
103-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
103+
SLACK_WEBHOOK: ${{ secrets.SLACK_INCOMING_WEBHOOK_DEV_ONDUTY }}
104104
SLACK_USERNAME: GithubActions
105105
SLACK_TITLE: deploy-testnet job has finished
106106
MSG_MINIMAL: actions url

0 commit comments

Comments
 (0)