Skip to content

Commit

Permalink
Merge pull request #27 from LeadingEDJE/connect-to-s3-6
Browse files Browse the repository at this point in the history
push correct build directory
  • Loading branch information
kooper-smith-le authored Nov 10, 2023
2 parents fd96aba + 0ee119c commit e8d1cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
aws-region: us-east-2
- name: Copy files to the test website with the AWS CLI
run: |
aws s3 sync . s3://$s3_bucket
aws s3 sync ./dist/ar-demo s3://$s3_bucket

0 comments on commit e8d1cf4

Please sign in to comment.