Automatic upload of a local website to remote hosting?
I have a basic webpage hosted on Godaddy hosting. It is static HTML with links to a few files. I need to change the files every week or so and my current workflow is as follows:
-- Create new versions of the files locally
-- Upload them via FTP
-- Modify the HTML homepage
The modification/upload above is done via SSH/SCP which adds a significant overhead every time. I was wondering whether I can sync my local modifications automatically in a Dropbox-like style?
A couple of solutions I tried that don't seem to work:
-- I couldn't figure out how to install Dropbox on Godaddy hosting (this would be the easiest way). Is this possible?
-- Storing the files in Dropbox and using public links to them from the homepage. However, Dropbox changes links every time the file is modified, so I have to get new links and update them on my homepage every time. Is there a way to make the links static?
I have a basic webpage hosted on Godaddy hosting. It is static HTML with links to a few files. I need to change the files every week or so and my current workflow is as follows:
-- Create new versions of the files locally
-- Upload them via FTP
-- Modify the HTML homepage
The modification/upload above is done via SSH/SCP which adds a significant overhead every time. I was wondering whether I can sync my local modifications automatically in a Dropbox-like style?
A couple of solutions I tried that don't seem to work:
-- I couldn't figure out how to install Dropbox on Godaddy hosting (this would be the easiest way). Is this possible?
-- Storing the files in Dropbox and using public links to them from the homepage. However, Dropbox changes links every time the file is modified, so I have to get new links and update them on my homepage every time. Is there a way to make the links static?
No comments:
Post a Comment