How to upload code to digitalocean and how to use it
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Hi there,
In addition to what has already been mentioned about deploying to a Droplet, you could also consider using the App Platform instead.
That way you will not have to do any server management and would have automated deployments available out of the box.
You can follow the steps here on how to deploy a React App to the App Platform in this video here:
Hope that this helps and let us know if you have any questions.
Best,
Bobby
Hi @busepetekkaya,
That’s a really broad question. Having said that I’ll try and simplify it as much as I can or provide you with different material on where to begin. First, you can check the following youtube video which shows you some beginner stuff:
https://www.youtube.com/watch?v=vqZ7eKM0WS8
Additionally, the Docs are here:
https://docs.digitalocean.com/products/droplets/how-to/
They provide you with detailed how-tos to start your journey with Digitalocean.
Once you have a Droplet(following the first video OR the how-tos) there are multiple ways to deploy your code depending on what you need.