Skip to content

Commit

Permalink
chore(deploy): update deploy auth
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 10, 2024
1 parent d584d19 commit 0a7464c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
revision: main
dir: deploy/dev
secrets:
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
ARGOCD_TOKEN: ${{ secrets.ARGOCD_TOKEN }}
deploy-prod:
if: startsWith(github.ref, 'refs/tags/v')
uses: NaturalSelectionLabs/Daedalus/.github/workflows/deploy-v3-tpl.yaml@main
Expand All @@ -82,4 +82,4 @@ jobs:
revision: main
dir: deploy/prod
secrets:
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
ARGOCD_TOKEN: ${{ secrets.ARGOCD_TOKEN }}

0 comments on commit 0a7464c

Please sign in to comment.