#!/bin/sh set -eu cd "${HOME}/${REMOTE_HOST:-fogtype.com}" git pull --rebase docker compose up --detach --remove-orphans cd -