You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I want the github action to create a S3 bucket of react components, when deployed, into the development branch, and see those results on the static Website.
Criteria
Utilizing the Static Website link from the S3 Bucket opens the build components of the react app.
S3-deploy.yml file use secrets for S3 bucket name, and passwords so bucket name is not hard-coded
The S3-deploy.yml references the makeReactBucket.bash script and takes in input (initials 2-5 chars) and the region (should remain at us-west-2 for this particular project)
User Story:
As a developer I want the github action to create a S3 bucket of react components, when deployed, into the
development
branch, and see those results on the static Website.Criteria
S3-deploy.yml
references themakeReactBucket.bash
script and takes in input (initials 2-5 chars) and the region (should remain atus-west-2
for this particular project)Estimated Time to Complete:
10 hours (See PR #5 for hours breakdown)
Documentation and Gallery
See PR #69 for full details
The text was updated successfully, but these errors were encountered: