Freelancers and digital agency owners, what do you use to deploy client websites?
Agrim Prasad

Agrim Prasad @agrim

About: Looking for any discussions where you have strong opinions,because I probably do. Mostly work in Golang nowadays, although have worked with Python and Javascript in the past.

Location:
Hong Kong
Joined:
Apr 5, 2018

Freelancers and digital agency owners, what do you use to deploy client websites?

Publish Date: Jul 8 '18
19 10

I've noticed that most ecommerce online stores are hosted on Shopify nowadays, as I noticed from this post:

How about other kinds of websites created by the freelancers and digital agency owners of this community? Do you host on shared hosts? Or VPS providers such as Digital Ocean? Or Cloud services such as AWS?

The most challenging part (for me) about VPS providers and cloud services is the management of your servers across different services, once the number of your servers goes past 4 or 5.

Comments 10 total

  • Meghan (she/her)
    Meghan (she/her)Jul 8, 2018

    I thought about this recently, and the approach that I would do personally is setup a GitHub premium account with private repositories and then host the sites through Netlify.

    • Agrim Prasad
      Agrim PrasadJul 8, 2018

      Thanks for the tip Meghan. Another team at my workplace does use Netlify for static website mockups, but I'm not quite sure about their offerings for dynamic sites... Their marketing copy mentions dynamic sites, but their docs seem to mention my-static-website extensively...

      • Brad Ledford
        Brad LedfordJul 11, 2018

        Remember that a static front end doesn't have to mean a "static" user experience. A single page front end application consisting of HTML, CSS, and JS can very still be dynamic, data driven, and engaging without sacrificing whole page cache-ability. This is my architecture of choice for all consumer-facing sites.

  • Agrim Prasad
    Agrim PrasadJul 8, 2018

    I've also been looking into Heroku. For a client project it might be fine, but it seems quite cost-prohibitive for side-projects. US$25 for a 512MB RAM Dyno is quite a lot when you could get a similar sized droplot from Digital Ocean for US$5

    Heroku does seem VERY convenient though, which is probably where the premium pricing comes in.

  • Agrim Prasad
    Agrim PrasadJul 8, 2018

    Wow, $70 does seem excessive! Does AWS at least provide a proper audit trail for the costs? If I got an excessive bill like that, I would be worried whether my AWS keys got leaked somehow. xD

  • Dávid Szabó
    Dávid SzabóJul 9, 2018

    Use a VPS and setup flynn.io or captainduckduck.com

    • Agrim Prasad
      Agrim PrasadJul 9, 2018

      Awesome recommendations David, I'll try them out for sure.

  • jesús gollonet
    jesús gollonetJul 9, 2019

    We have been doing AWS for a few years and are generally happy with it. Simple things are simple and more complex things are possible, and with the move to serverless we get both piece of mind and wallet.

    Most of our sites are SPAs with little backend so I think for many sites we could do netlify or similar, but AWS allows us to stay flexible in case requirements change.

Add comment