Skip to content

ci: add new GitHub workflow for Kubernetes deployment #1

ci: add new GitHub workflow for Kubernetes deployment

ci: add new GitHub workflow for Kubernetes deployment #1

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy-to-k8s:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3