Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the S3 action to also create the bucket before deployment #52

Closed
3 tasks done
toddysm opened this issue Feb 2, 2022 · 0 comments · Fixed by #69
Closed
3 tasks done

Improve the S3 action to also create the bucket before deployment #52

toddysm opened this issue Feb 2, 2022 · 0 comments · Fixed by #69
Assignees
Milestone

Comments

@toddysm
Copy link
Contributor

toddysm commented Feb 2, 2022

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

  • 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)

Estimated Time to Complete:

10 hours (See PR #5 for hours breakdown)

Documentation and Gallery

See PR #69 for full details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants