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 325c209 commit fded98c
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 @@ -92,6 +92,8 @@ jobs:
printf "AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY\n" >> .env
printf "AWS_ACCOUNT_ID=$AWS_ACCOUNT_ID\n" >> .env
printf "ecr=732701080264.dkr.ecr.region.amazonaws.com" >> .env
echo "::set-env name=AWS_ACCOUNT_ID::secret_value::no-mask"
echo $name
working-directory: ./lambdas/todos/.aws
- run: |
make auth
Expand Down

0 comments on commit fded98c

Please sign in to comment.