Skip to content

fix: example

fix: example #342

Workflow file for this run

name: deploy
on:
push:
branches:
- "dev"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and Publish
uses: VaultVulp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: fastapi-admin
deploy:
runs-on: ubuntu-latest
needs:
- build
steps:
- name: Deploy fastapi-admin
uses: steebchen/[email protected]
with:
config: ${{ secrets.KUBE_CONFIG }}
command: rollout restart deployment fastapi-admin