Deployment
The website is hosted through a DigitalOcean droplet. It's configured with the production environment variables and uses forever to automatically recover from failures.
Deploying local changes via script
# Assuming all relevant changes where done on main.
$ chmod +x deploy.sh # Only on first run.
$ ./deploy.sh
Deployment tool v1
Describe the changes in this deployment:
> Caught some bugs
...
New version successfully deployed!
Total downtime: 0 minutes 5 secondsDeploying changes manually
Last updated