Skip to content

beta

beta #1529

Workflow file for this run

name: 'Deploy'
on: ['deployment']
jobs:
deployment:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/checkout@v3'
- name: 'Deploy'
# Parameters are pulled directly from the GitHub deployment event so the
# configuration for the job here is very minimal.
uses: 'vimeda/[email protected]'
with:
helm: 'helm3'
token: '${{ github.token }}'
secrets: '${{ toJSON(secrets) }}'
version: '${{ github.sha }}'
chart: './charts/bahn.expert'
timeout: '9m'
values: |
imageTag: '${{ github.sha }}'
env:
KUBECONFIG_FILE: '${{ secrets.KUBECONFIG }}'