Skip to content

Commit

Permalink
chore: uncommenting ArgoCD deployment step
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Oct 13, 2023
1 parent b8cdff5 commit c4bd79c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-vc-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
with:
command: login ${{ secrets.DEV_ARGOCD_URL }}
options: --insecure --password ${{ secrets.DEV_ARGOCD_PASS }} --username ${{ secrets.DEV_ARGOCD_USERNAME }}
#
# - name: ArgoCD overvrite SSI values.yaml
# uses: clowdhaus/argo-cd-action/@v1.9.0
# id: argocd_image_tag_overwrite_ssi
# with:
# command: app set ssi-wallet
# options: -p image.tag=${{ steps.get-git-sha.outputs.git-sha }}

- name: ArgoCD overvrite SSI values.yaml
uses: clowdhaus/argo-cd-action/@v1.9.0
id: argocd_image_tag_overwrite_ssi
with:
command: app set ssi-wallet
options: -p image.tag=${{ steps.get-git-sha.outputs.git-sha }}

0 comments on commit c4bd79c

Please sign in to comment.