github actions to kubernetes bare metal deployment

353 views Asked by At

I have a git repo of node, mongo

  • wanted to setup ci cd on bare metal
  • whenever here is a commit/mearge to a branch
  • want to rebuild image
  • run test cases (a node.js script)
  • and notify

Not clear how to setup git hub actions on bare metals

1

There are 1 answers

0
aafirvida On

What you need can be achieved with this Github Action for Kubernetes CLI. You just need to set your kubernetes config file in your project secrets.