From da65ba362019d78ccd272089d1d0e4ecbc803417 Mon Sep 17 00:00:00 2001 From: BulatSaif Date: Fri, 29 Nov 2024 12:23:13 +0300 Subject: [PATCH] Fix deploy --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bcb4eecc8b..a15c45623d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }} @@ -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"