Skip to content

Commit

Permalink
Changed all deployments slack notifications channel (#101)
Browse files Browse the repository at this point in the history
Plus some whitespace fixes that my IDE automatically did
  • Loading branch information
Marcin-Radecki authored Feb 15, 2024
2 parents 280ff9d + b0c2f7f commit 75f2d2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-aleph-wallet-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/deploy-mainnet-aleph-wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/deploy-testnet-aleph-wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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

0 comments on commit 75f2d2c

Please sign in to comment.