Skip to content

Commit

Permalink
try removing the https://
Browse files Browse the repository at this point in the history
  • Loading branch information
sephethus committed Sep 4, 2024
1 parent 179f47c commit c9df145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
run: |
argocd login $ARGOCD_SERVER --username $ARGOCD_USERNAME --password $ARGOCD_PASSWORD --insecure
env:
ARGOCD_SERVER: https://147.28.171.232:31140
ARGOCD_SERVER: 147.28.171.232:31140
ARGOCD_USERNAME: ${{ secrets.ARGOCD_USERNAME }}
ARGOCD_PASSWORD: ${{ secrets.ARGOCD_PASSWORD }}

0 comments on commit c9df145

Please sign in to comment.