DEV Community

Discussion on: Webhook to auto-deploy on git push to Github

Collapse
 
devhammed profile image
Hammed Oyedele

Have you heard of GitHub Actions?

Collapse
 
rrampage profile image
Raunak Ramakrishnan

Yes. I use them for running tests, static analysis and building artifacts.

Collapse
 
devhammed profile image
Hammed Oyedele

Okay, I know you can use it to do same thing.