Put online + setup deploying stragedy #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.