mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
update
This commit is contained in:
parent
173755e39e
commit
76801aba26
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build_stable.yml
vendored
5
.github/workflows/build_stable.yml
vendored
|
|
@ -94,11 +94,14 @@ jobs:
|
|||
targets: erpnext-stable
|
||||
push: true
|
||||
|
||||
- name: Release Helm Chart
|
||||
- name: Setup Helm deploy key
|
||||
if: github.repository == 'frappe/frappe_docker'
|
||||
uses: webfactory/ssh-agent@v0.5.3
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.HELM_DEPLOY_KEY }}
|
||||
|
||||
- name: Release Helm Chart
|
||||
if: github.repository == 'frappe/frappe_docker'
|
||||
run: |
|
||||
pip install --upgrade pip
|
||||
git clone git@github.com:frappe/helm.git && cd helm
|
||||
|
|
|
|||
Loading…
Reference in a new issue