github actions to kubernetes bare metal deployment

375 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 best solutions below

0
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.