Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-nagaraj committed Aug 31, 2024
1 parent b5f9978 commit 0be38f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 106 deletions.
104 changes: 0 additions & 104 deletions .github/old-workflows-lambda/deploy.yml

This file was deleted.

11 changes: 9 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

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

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Log in to Amazon ECR
id: login-ecr
Expand Down

0 comments on commit 0be38f6

Please sign in to comment.