Skip to content

Deploy Dev

Deploy Dev #17

Workflow file for this run

name: Deploy Dev
on:
workflow_dispatch:
workflow_run:
workflows: ["Docker"]
types:
- completed
jobs:
Deploy:
name: Deploy to Dev
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: danielr1996/[email protected]
with:
input: manifests/deployment.dev.yml
output: deployment.yml
- uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: apply -f deployment.yml