Skip to content

Commit

Permalink
chore: adding commented-out ArgoCD commands
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Oct 10, 2023
1 parent 851ead5 commit 1ce0e39
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy-vc-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,18 @@ jobs:
- name: Logout of Amazon ECR
if: always()
run: docker logout ${{ steps.login-ecr-idc.outputs.registry }}


# - name: ARGO CD LOGIN
# uses: clowdhaus/argo-cd-action/@v1.9.0
# id: argocd_login_ssi
# 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=${{ A-TAG-NEEDS-TO-BE-SET-TO-A-NEW-ONE-HERE }}

0 comments on commit 1ce0e39

Please sign in to comment.