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 2e9647f commit 325c209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
printf "AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID\n" > .env
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
working-directory: ./lambdas/todos/.aws
- run: |
make auth
Expand Down
5 changes: 3 additions & 2 deletions lambdas/todos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ include .make.pytest
# all targets refer to tasks (instead of files)
.PHONY: *

ID := 732701080264
# ID := 732701080264

# set Make variables
# ecr := $($(ID)).dkr.ecr.region.amazonaws.com
# ecr := $(ID).dkr.ecr.region.amazonaws.com
ecr := $$AWS_ACCOUNT_ID.dkr.ecr.region.amazonaws.com
# ecr := $$AWS_ACCOUNT_ID.dkr.ecr.region.amazonaws.com
## WERKT OOK NIET

######## FASTAPI local development

Expand Down

0 comments on commit 325c209

Please sign in to comment.