Skip to content

Commit

Permalink
app
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 29, 2024
1 parent 89dcf1a commit db2a28a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
- name: Deploy to ArgoCD
uses: paritytech/argocd-deployment-action@main
with:
environment: "parity-stg"
environment: "parity-versi"
tag: "${{ env.VERSION }}"
app_name: "${{ env.APP }}"
app_packages: "${{ env.APP }}"
argocd_server: ${{ env.ARGOCD_SERVER }}
teleport_token: ${{ env.APP }}
teleport_app_name: "parity-versi"
teleport_app_name: "versi-argocd"
argocd_auth_token: ${{ secrets.ARGOCD_AUTH_TOKEN }}

deploy-westend:
Expand All @@ -100,7 +100,7 @@ jobs:
- name: Deploy to ArgoCD
uses: paritytech/argocd-deployment-action@main
with:
environment: "parity-stg"
environment: "parity-testnet"
tag: "${{ env.VERSION }}"
app_name: "testnet-manager-westend"
app_packages: "testnet-manager-westend"
Expand Down

0 comments on commit db2a28a

Please sign in to comment.