© 2022 Hashnode
#github-actions-1
Hello In this post, I'll show you how I compiled MyStudio IDE project (Rust + GTK) for Windows using GitHub Actions and Docker. Tools Used GitHub Actions Docker cargo-release Why GitHub Actions? I felt it would be easier to integrate as t…
Git is a free, open source version control tool. It's designed to keep track of the changes made over time on a particular project, it allows us to go back to the previous version at any point of time…
Millions of developers all around the globe use GitHub. Everyone from a newbie inspiring developer to big tech giants has used GitHub at some part of their journey. With 83+ million developers and 4+m…
Introdução Com a difusão da cultura DevOps nos últimos anos algumas práticas para entrega de novos produtos ou novas funcionalidades no ambiente produtivo mudaram bastante. Nesse artigo vou exemplific…
What is "AMEND" in Git? ◩ After committing changes, suppose if you want to change the commit message or commit with new files, then the "amend" flag is used with the git commit command. ◩ Or, if you w…
"How do I run the Node.js servers we've built on a spare home PC?" I had a student ask that the other day. After an afternoon of putting together what was supposed to be one guide - it resulted in a bunch of guides that I want to share to h…
This is my 100th article 🥳 To celebrate it, I want to share with you the full process I use for writing and publishing articles. In this article I will share all the automation and tools I use for wr…
CI/CD GitHub Actions workflow to turn off an Amazon Web Services EC2 instance. What is GitHub actions? GitHub Actions are an automated process that allows us to build, test, release and deploy any cod…
Github Actions is pretty awesome for setting up some automated workflows. While you can use husky and github hooks in your development machine to setup some automation in your local machine, it's doesn't exactly replicate the environment in…
Goals of this post Run actions-runner-controller on Private EKS cluster Communication with GitHub API is through on-premises proxy server This post is validated with the following configuration. Amazon EKS: Kubernetes 1.22 actions-runner…