Skip to content

Commit

Permalink
Add checkout branches to k8s action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven65 committed Aug 22, 2023
1 parent 9cdaca0 commit 5b7b21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/k8s-pull-request-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

docker-username: ${{ github.repository_owner }}
docker-password: ${{ secrets.GITHUB_TOKEN }}
git-checkout-branch: production
extra-build-args: |
VITE_GOOGLE_MAPS_API_KEY=${{ secrets.GOOGLE_MAPS_API_KEY }}
VITE_API_URL=${{ secrets.VITE_API_URL }}
1 change: 1 addition & 0 deletions .github/workflows/k8s-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

docker-username: ${{ github.repository_owner }}
docker-password: ${{ secrets.GITHUB_TOKEN }}
git-checkout-branch: staging
extra-build-args: |
VITE_GOOGLE_MAPS_API_KEY=${{ secrets.GOOGLE_MAPS_API_KEY }}
VITE_API_URL=${{ secrets.VITE_API_URL }}

0 comments on commit 5b7b21a

Please sign in to comment.