mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
16 lines
356 B
YAML
16 lines
356 B
YAML
name: release-chart
|
|
on:
|
|
push:
|
|
branches: ['dev', 'main']
|
|
|
|
jobs:
|
|
release-chart:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Publish Helm chart
|
|
uses: stefanprodan/helm-gh-pages@master
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
charts_dir: lib/common/bootstrap/charts/qovery/
|