mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +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
|
targets: erpnext-stable
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
- name: Release Helm Chart
|
- name: Setup Helm deploy key
|
||||||
if: github.repository == 'frappe/frappe_docker'
|
if: github.repository == 'frappe/frappe_docker'
|
||||||
uses: webfactory/ssh-agent@v0.5.3
|
uses: webfactory/ssh-agent@v0.5.3
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.HELM_DEPLOY_KEY }}
|
ssh-private-key: ${{ secrets.HELM_DEPLOY_KEY }}
|
||||||
|
|
||||||
|
- name: Release Helm Chart
|
||||||
|
if: github.repository == 'frappe/frappe_docker'
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
git clone git@github.com:frappe/helm.git && cd helm
|
git clone git@github.com:frappe/helm.git && cd helm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue