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 c6a6923 commit 70b2e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ jobs:
run: |
printf "ID value is: $IDTWEE\n"
env:
IDTWEE: ${{ env.ID2 }}
IDTWEE: ${{ var.ID2 }}
- name: test ID
run: |
echo "$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
env:
ID: ${{ env.ID }}
ID: ${{ var.ID }}
# - run: |
# docker build -t "$(image_name)" .
# working-directory: ./lambdas/todos
Expand Down

0 comments on commit 70b2e70

Please sign in to comment.