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 65cbd7e commit 273b899
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
ID: ${{ env.ID }}
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand All @@ -93,9 +92,11 @@ jobs:
printf "AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY\n" >> .env
printf "AWS_ACCOUNT_ID=$AWS_ACCOUNT_ID\n" >> .env
working-directory: ./lambdas/todos/.aws
- run: |
- name: test
if: ${{ env.ID == 'TEST' }}
run: |
echo ${{ env.ID }}
echo "$ID1"
echo "$ID"
echo "$ID2"
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
Expand Down

0 comments on commit 273b899

Please sign in to comment.