Reputation: 115
Someone set up a meteor app for me on digital ocean, he already published everything there and gave me the source files. Now I updated some files and want to upload the newer files to the server. Can't get a hold of him unfortunately so I'm stuck.
Upvotes: 0
Views: 70
Reputation: 495
I think your problem is 'How to upload the file to the server ?'. So, you may google more information on it.
The simplest way, I think you can upload the file via 'ssh'.
scp /path/to/file username@a:/path/to/destination
Upvotes: 1