Question
How do I automatically build and deploy a react app to a Digital Ocean using GitHub actions
I’ve built a basic React project based off create-react-app
and have pushed it to GitHub.
I’d like to use GitHub actions to automatically build and then deploy to a Digital Ocean droplet each time I push a change to GitHub.
I can’t find a template on GitHub Actions to do this. And cant find a tutorial or blog that explains how to do this.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×