Course lesson
Streamline Deployments to AWS S3 with a Deploy Script in package.json
To streamline the build and deploy process it's a good idea to create a deploy script in your package.json. The script is aws s3 sync and then the path to the build folder and the URL to your S3 bucket.
- Duration
- 3 min
- Access
- Included
- Transcript
- Retained from source evidence
To streamline the build and deploy process it's a good idea to create a deploy script in your package.json. The script is aws s3 sync and then the path to the build folder and the URL to your S3 bucket.