jibly
jibly

Reputation: 115

Deploy meteor app to digital ocean the second time

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

Answers (1)

kp_ping
kp_ping

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

Reference: https://unix.stackexchange.com/questions/106480/how-to-copy-files-from-one-machine-to-another-using-ssh

Upvotes: 1

Related Questions