Skip to content

Commit

Permalink
Test CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Snyder committed Apr 19, 2023
1 parent 0b97a3e commit cde2131
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
printf "AWS_ACCOUNT_ID=$AWS_ACCOUNT_ID\n" >> .env
working-directory: ./lambdas/todos/.aws
- run: |
export AWS_ACCOUNT_ID=$AWS_ACCOUNT_ID
echo $AWS_ACOUNT_ID
aws ecr get-login-password --region eu-central-1 | docker login --username AWS --password-stdin $AWS_ACCOUNT_ID.dkr.ecr.region.amazonaws.com
working-directory: ./lambdas/todos
# - run: |
Expand Down

0 comments on commit cde2131

Please sign in to comment.