Skip to content

fix: update seeds with drop relations instead of drop db #11

fix: update seeds with drop relations instead of drop db

fix: update seeds with drop relations instead of drop db #11

Workflow file for this run

name: Debug kube
on:
workflow_dispatch:
push:
branches:
- "feat/**"
- "fix/**"
jobs:
dump:
name: Debug kube
runs-on: ubuntu-latest
steps:
- uses: azure/setup-kubectl@v3
- name: extract kubeconfig
run: |
echo -n "${{secrets.KUBECONFIG}}" | base64 --decode > kubeconfig
- name: list kube data
run: |
KUBECONFIG=./kubeconfig kubectl config get-contexts