simularium / binding-sim-edu

Other
0 stars 0 forks source link

Move AWS credentials to the deploy jobs so the AWS CLI can find them and sync files to S3 #69

Closed griffinfujioka closed 5 months ago

griffinfujioka commented 5 months ago

Problem

Estimated review size: small

Fix a bug introduced in #68 wherein AWS credentials were not configured in the correct job and result in the AWS CLI failing to find any credentials, thereby resulting in a failing upload to the S3 buckets. You can see the Run aws s3 sync . s3://staging-ipub-simularium fatal error: Unable to locate credentials failure here

Solution

Move AWS credentials to the deploy jobs so the AWS CLI can find them and sync files to S3

with @meganrm

Type of change

Change summary:

Steps to Verify:

After merge, I will verify that the Github Actions deployment workflow is successful.