This repository contains the source code for a GitHub Action that implements a CI/CD pipeline for an Angular application on AWS S3, as described in a Medium article.
To use this action in your project:
- Create a
.github/workflows
directory in the root of your repository if it doesn't already exist. - Copy the action's YAML file into this directory.
- Customize the YAML file according to your project's needs.
This project is part of an article published on Medium that explains in detail how to set up and use this GitHub Action. For more information and a step-by-step guide, please refer to the linked article.
Make sure to properly configure the secrets and environment variables in your GitHub repository before running the action.