Skip to content

Instantly share code, notes, and snippets.

test:
service: Disk
root: <%= Rails.root.join("tmp/storage") %>
#local:
# service: Disk
# root: <%= Rails.root.join("storage") %>
@aforty
aforty / do-dokku-provisioning.sh
Last active January 24, 2020 15:02
Digital Ocean - Dokku - 1GB Swap
set -e
# install updates
echo "Installing updates..."
apt update -y
apt upgrade -y -o Dpkg::Options::=--force-confnew
# install do agent
echo "Installing DO Agent..."
curl -sSL https://agent.digitalocean.com/install.sh | sh