Skip to content

Commit

Permalink
Fix deploy (#3083)
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif authored Nov 29, 2024
1 parent 5bfbd4c commit ce432ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ jobs:
docker.io/paritytech/substrate-relay:${{ env.VERSION }}
docker.io/paritytech/bridges-common-relay:${{ env.VERSION }}
deploy-westend:
name: Deploy Westend
deploy-chains:
name: Deploy Kusama/Polkadot Relay
runs-on: ubuntu-latest
environment: parity-testnet
environment: parity-chains
needs: [set-variables, build_push_docker]
env:
VERSION: ${{ needs.set-variables.outputs.VERSION }}
Expand All @@ -119,7 +119,7 @@ jobs:
- name: Deploy to ArgoCD
uses: paritytech/argocd-deployment-action@main
with:
environment: "parity-testnet"
environment: "parity-chains"
tag: "${{ env.VERSION }}"
app_name: "bridges-common-relay"
app_packages: "headers-a,headers-b,parachains-a,parachains-b,messages-a,messages-b"
Expand Down

0 comments on commit ce432ac

Please sign in to comment.