rafikurnia's blog


GitHub Actions Part 1 - Introduction (August 1, 2019)

Have you ever heard about CI/CD before?
Yeah! That thing when you push your code to your repository then suddenly some kind of magic is happening,
and you realize the magic automatically test your code and deploy it to the production.

Well.. Obviously it is not a magic.

When I first read about GitHub Actions I think it is somewhat similar to tools for CI/CD.
With GitHub Actions:

That is all for today! Thanks for reading!

Will continue in the next post ;)

Next Posts:

tags: github-actions