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 54738fb commit db455ec
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,8 @@ jobs:
printf "AWS_ACCOUNT_ID=$AWS_ACCOUNT_ID\n" >> .env
working-directory: ./lambdas/todos/.aws
- run: |
TEST=hallo
export ID=$TEST
echo "lege regel"
echo $AWS_ACCOUNT_ID
echo $ID
echo ${{ env.ID }}
echo ${{ secrets.AWS_ACCOUNT_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 db455ec

Please sign in to comment.