Middleman at GoDaddy

Hi guys, I’m new in Middleman and I will create a site with it and I have a hosting with GoDaddy(GoDaddy - Web Hosting), and I would like know how to deploy my files to this hosting. Before(1 year ago) I’ve created websites statics with html and css and I’ve uploaded the files in the File Manager(very easy), but in this case I don’t know because Middleman is different(Haml, Rails, Sass, etc). If somebody know about it, help me with a video or tutorial. Thanks

Hey guys… Help me please! :frowning: I need some information about it.

Hi there.

The first “deployment” method that comes to mind is building your site, and moving the files in your build directory over to your server via FTP.

If you’re unfamiliar with Middleman’s build command, you can read more about it here. Once you run the build command, you’ll have a directory of static files. Then, you should be able to either use FTP or use the file manager that you’re already familiar with to get those files on to your server.

1 Like