Skip to content

Commit

Permalink
Merge pull request #45 from rrigato/dev
Browse files Browse the repository at this point in the history
Test external presentation and not mock
  • Loading branch information
rrigato authored Apr 20, 2024
2 parents ba516d4 + 802703a commit b4303e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/homepage_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
shell: bash
env:
AWS_ACCESS_KEY_ID: ${{secrets.PERSISTANT_STORAGE_ID}}
AWS_DEFAULT_REGION: 'us-east-1'
AWS_DEFAULT_REGION: ${{vars.REGION_NAME}}
AWS_SECRET_ACCESS_KEY: ${{secrets.PERSISTANT_STORAGE_KEY}}
run: '../.github/scripts/homepage_source_files.sh'

Expand All @@ -64,7 +64,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{secrets.PERSISTANT_STORAGE_ID}}
AWS_DEFAULT_OUTPUT: json
AWS_DEFAULT_REGION: 'us-east-1'
AWS_DEFAULT_REGION: ${{vars.REGION_NAME}}
AWS_S3_BUCKET_NAME: 'ryanrigato.com'
AWS_SECRET_ACCESS_KEY: ${{secrets.PERSISTANT_STORAGE_KEY}}
run: ${{env.ORCHESTRATION_SCRIPT}}
Expand Down

0 comments on commit b4303e7

Please sign in to comment.