Hello Support,
We want to upload app on DegitalOcean. We have create APP in ios and PHP API.
So can you please guide us, that how we can upload app here?
Thank you, Urjit
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.
Urjit, You can streamline the whole process to a single push to Git with our tool: https://buddy.works
Configuration is very easy and takes just a couple of minutes. Here’s how it works:
You can upload content to a droplet on your account by using SFTP. Many FTP clients including Filezilla provide SFTP support. To set up the connection you would use the following settings:
Protocol: SFTP Port: 22 User: root Password: [your droplet’s root password]
You will start out in /root when logging in this way but can change up a directory and access any location on your filesystem. By default for the PHP portion of your app you will most likely be using the default apache web root of /var/www/html