Skip to content

Commit

Permalink
Task3: CI/CD_with_GitHub_Actions Solution: Remove AWS CLI installatio…
Browse files Browse the repository at this point in the history
…n step as ubuntu-latest has aws-cli installed
  • Loading branch information
Srijan Shukla authored and Srijan Shukla committed Apr 28, 2024
1 parent 706c40b commit 4e3dbd8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ jobs:
- name: Checkout code
- uses: actions/checkout@v2

- name: Install AWS CLI
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install # Install AWS CLI
- name: Configure AWS Credentials
uses: aws-actions/[email protected] # Configure AWS credentials
with:
Expand Down

0 comments on commit 4e3dbd8

Please sign in to comment.