Skip to content

Commit

Permalink
fixes destination
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Apr 19, 2023
1 parent 91f421c commit c3d55ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_push_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Deploy to Dev s3, Set index headers
env:
AWS_DEFAULT_REGION: 'us-east-1'
AWS_S3_BUCKET: phila-resource-finder/dev/obme/resources/
AWS_S3_BUCKET: phila-resource-finder-v2/dev/obme/resources/
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
Expand Down

0 comments on commit c3d55ac

Please sign in to comment.