Put online + setup deploying stragedy #1

Open
opened 2018-02-13 03:46:19 +00:00 by hak8or · 0 comments
Owner

Putting it online is a slow pain since it's done manually still, and I always tear it down afterwards. Setup a workflow to automate putting it online using docker and either dokku, simple git hooks, or flyn.

Why not using Azure? Because they turn off the VM after a while and it takes a while to boot again later when a user goes to the website. Also they seem to shut off webworkers?

Why not Google Cloud? Their database uses a shared core dedicated just to the database which costs a few bucks a month, and at that point I am already paying for a vultr droplet anyways so eh.

Why not AWS? Also uses a compute instance for both RDS and Arora, like azure.

Why not Heroku? It goes to sleep after 30 min like azure's web workers, but the database is free for up to 10k rows! Can avoid sleep if paying 7 bucks a month, but eh.

Putting it online is a slow pain since it's done manually still, and I always tear it down afterwards. Setup a workflow to automate putting it online using docker and either [dokku](http://dokku.viewdocs.io/dokku/), simple [git hooks](https://www.digitalocean.com/community/tutorials/how-to-set-up-automatic-deployment-with-git-with-a-vps), or [flyn](https://flynn.io/). Why not using **Azure**? Because they turn off the VM after a while and it takes a while to boot again later when a user goes to the website. Also they seem to shut off webworkers? Why not **Google Cloud**? Their database uses a shared core dedicated just to the database which costs a few bucks a month, and at that point I am already paying for a vultr droplet anyways so eh. Why not **AWS**? Also uses a compute instance for both RDS and Arora, like azure. Why not **Heroku**? It goes to sleep after 30 min like azure's web workers, but the database is free for up to 10k rows! Can avoid sleep if paying 7 bucks a month, but eh.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: DumbYT/BackEnd#1
No description provided.