Skip to content

Rahulrajak1710/GitHub_Actions_AWS-ECS

Repository files navigation

Elastic Container Registry

Screenshot (159)

cluster and service

Screenshot (153)

Task definition

Screenshot (160)

GitHub Actions

Screenshot (161)

Setup Instructions

Clone the Repository:

git clone https://github.com/yourusername/your-repository.git cd your-repository

Install Dependencies:

npm install

Configure Secrets:
  • Go to your GitHub repository settings. Under Secrets and variables," add any necessary secrets (e.g., AWS credentials).
Prepare GitHub Actions Workflow:

Ensure .github/workflows/aws-ecr-ecs.yml is configured correctly for your build and deployment processes.

Usage

Trigger the Pipeline:
  • Push changes to the main branch or create a pull request to trigger the GitHub Actions workflow.
Monitor the Pipeline:
  • Go to the Actions tab in your GitHub repository to see the pipeline’s progress.

Testing

Check Pipeline Status:
  • Verify successful execution of jobs and steps in the Actions tab.
Review Logs:
  • Click on individual jobs and steps to view detailed logs and ensure there are no errors.
Run Locally:
  • Optionally, test the pipeline locally using GitHub Actions runner or similar tools.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published