Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Remove unwanted code
Browse files Browse the repository at this point in the history
  • Loading branch information
Anko1418 committed Jul 29, 2024
1 parent 23d04c2 commit 6a0159f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: AWS - Configure credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ECR_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_ECR_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_ECR_REGION }}

- name: ECR - Login
id: ecr-login
uses: aws-actions/amazon-ecr-login@v2
Expand Down

0 comments on commit 6a0159f

Please sign in to comment.