Skip to content

updating docs to generate stable version (from master) #90

updating docs to generate stable version (from master)

updating docs to generate stable version (from master) #90

Workflow file for this run

name: Push Charts to Another Repo
on:
push:
branches:
- release/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY_HELM }}
with:
source-directory: server/deploy/helm/charts/
destination-github-username: 'dscc-admin-ch'
destination-repository-name: 'helm-charts'
target-branch: master
target-directory: charts/