https://github.com/michaelfromyeg/gha-aws-deploy-feature-branch
Deploy a feature branch with GHA and an AWS S3 bucket.
https://github.com/michaelfromyeg/gha-aws-deploy-feature-branch
github-actions s3
Last synced: 3 months ago
JSON representation
Deploy a feature branch with GHA and an AWS S3 bucket.
- Host: GitHub
- URL: https://github.com/michaelfromyeg/gha-aws-deploy-feature-branch
- Owner: michaelfromyeg
- License: mit
- Created: 2020-06-17T23:24:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T00:47:46.000Z (about 1 year ago)
- Last Synced: 2025-02-08T12:13:59.018Z (5 months ago)
- Topics: github-actions, s3
- Language: JavaScript
- Homepage: https://michaelfromyeg.github.io/gha-aws-deploy-feature-branch/
- Size: 625 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GHA, S3 Demo
Experimenting with continuous deployment of basic SPAs on an S3 with GitHub Actions. All feature branches should be deployed (and re-deployed) on each push. A GitHub webhook can be used to "delete" the temporary site on a merge.
## About
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
### Available Scripts
In the project directory, you can run:
#### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.#### `yarn test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.#### `yarn build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.