#!/bin/bash pushd /home/daniel/local/Code/blog docker compose up build && rsync -av --delete public/* bovender.de:/var/www/bovender/ popd