Skip to content

Commit

Permalink
Adjusted path to webapp helm deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
pantierra committed Nov 19, 2024
1 parent 54b80ed commit e5cb43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-webapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
helm upgrade --install \
--namespace webapp \
webapp \
./webapp/deploy/helm \
./webapp/deploy/helm/gfts-webapp \
--set image.repository=c63eqfuv.c1.gra9.container-registry.ovh.net/gfts/webapp \
--set image.tag=$(echo "${{ steps.meta.outputs.tags }}" | head -n 1)
env:
Expand Down

0 comments on commit e5cb43d

Please sign in to comment.