git clone https://github.com/yourusername/your-repository.git
cd your-repository
npm install
- Go to your GitHub repository settings.
Under
Secrets and variables
," add any necessary secrets (e.g., AWS credentials).
Ensure .github/workflows/aws-ecr-ecs.yml
is configured correctly for your build and deployment processes.
- Push changes to the main branch or create a pull request to trigger the
GitHub Actions
workflow.
- Go to the
Actions
tab in your GitHub repository to see the pipeline’s progress.
- Verify successful execution of jobs and steps in the
Actions
tab.
- Click on individual jobs and steps to view detailed logs and ensure there are no errors.
- Optionally, test the pipeline locally using GitHub Actions runner or similar tools.