Hi, Devs!
Deploy and CI/CD is always necessary and important for software development cycle. Let's go to learn how to deploy React.js app and its using de AWS Amplify service on cloud?
First you need to create an account on AWS and access the AWS Amplify service. After you could use the search engine on AWS and looking for AWS Amplify. Click on Get started.
Connect with you remote repository, I'm using here Github to versioning my React.js app.
In that step you could click on Next ou copy the code and put it on your project. It's better click on next e carry on because automatically that file will run on your project connected.
If you click on Advanced Setting you could put all environment variables and use your Docker image if you desire, in that case you need to push your imagem do Docker Hub and so on inform the link in that field. And click next.
Almost there and now we need to review and next to deploy.
The deploy has initialized and after that steps you app will available using the url below of your branch like the image here.
Click on your URL and see you app already deployed.
That' all and easy steps!
Contacts
Email: luizcalaca@gmail.com
Instagram: https://www.instagram.com/luizcalaca
Linkedin: https://www.linkedin.com/in/luizcalaca/
Twitter: https://twitter.com/luizcalaca
Top comments (1)
Thanks great article, It saves my time