Skip to content

Commit

Permalink
refactor(ci): refactor deployment to utilize release branch (#26)
Browse files Browse the repository at this point in the history
* fix: correct deployment of NiFi Helm chart version 1.3.1

* Update Helm chart and index

* feat(ci): remove circle ci.

* feat(ci): add GitHub Action for Helm packaging

* fix(ci): checkout branch

* refactor(ci): refactor deployment to utilize release branch

---------

Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
namioto and actions-user authored Oct 2, 2024
1 parent 614107a commit 6843f60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Package and Release Helm Chart
on:
push:
branches:
- main

- release/*
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -35,5 +35,5 @@ jobs:
run: |
git add dist/
git add index.yaml
git commit -m "Update Helm chart and index"
git commit -m "Update Helm chart and index" || echo "No changes to commit"
git push origin
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["release/*"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 6843f60

Please sign in to comment.