Understanding Github Actions
To learn GitHub Actions and set up a workflow to build and deploy your app on AWS EC2, you'll need to understand the following fundamentals:
GitHub Actions Basics:
Workflow: A YAML file that defines the automation process.
Job: A set of steps that ...
vukanig.hashnode.dev3 min read