Skip to content

Commit

Permalink
ci: fix deploy to testnets (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam authored Nov 20, 2024
1 parent c005a87 commit 8585c28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
needs: [set-variables, build_push_docker]
env:
VERSION: ${{ needs.set-variables.outputs.VERSION }}
ARGOCD_SERVER: "argocd-chains.teleport.parity.io"
ARGOCD_SERVER: "argocd-testnet.teleport.parity.io"
steps:
- name: Deploy to ArgoCD
uses: paritytech/argocd-deployment-action@main
Expand All @@ -109,7 +109,7 @@ jobs:
app_packages: ${{ env.APP }}
argocd_server: ${{ env.ARGOCD_SERVER }}
teleport_token: polkadot-testnet-faucet
teleport_app_name: "argocd-chains"
teleport_app_name: "argocd-testnet"
argocd_auth_token: ${{ secrets.ARGOCD_AUTH_TOKEN }}

deploy-paseo:
Expand All @@ -120,7 +120,7 @@ jobs:
needs: [set-variables, build_push_docker]
env:
VERSION: ${{ needs.set-variables.outputs.VERSION }}
ARGOCD_SERVER: "argocd-chains.teleport.parity.io"
ARGOCD_SERVER: "argocd-testnet.teleport.parity.io"
steps:
- name: Deploy to ArgoCD
uses: paritytech/argocd-deployment-action@main
Expand All @@ -131,5 +131,5 @@ jobs:
app_packages: ${{ env.APP }}
argocd_server: ${{ env.ARGOCD_SERVER }}
teleport_token: polkadot-testnet-faucet
teleport_app_name: "argocd-chains"
teleport_app_name: "argocd-testnet"
argocd_auth_token: ${{ secrets.ARGOCD_AUTH_TOKEN }}

0 comments on commit 8585c28

Please sign in to comment.