Skip to content

Commit

Permalink
Added deployment of webapp with helm.
Browse files Browse the repository at this point in the history
  • Loading branch information
pantierra committed Nov 15, 2024
1 parent 25bb23b commit 2b46b2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deploy-webapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,14 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./webapp
file: ./webapp/Dockerfile
file: ./webapp/deploy/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Deploy to Kubernetes via Helm
uses: 'deliverybot/helm@v1'
with:
registry: 'c63eqfuv.c1.gra9.container-registry.ovh.net'
image: 'gfts/webapp'
namespace: 'webapp'
File renamed without changes.

0 comments on commit 2b46b2f

Please sign in to comment.