Skip to content

Commit

Permalink
ci: fix deploy to testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 20, 2024
1 parent c005a87 commit 7f3a27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -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 Down

0 comments on commit 7f3a27f

Please sign in to comment.