#!/usr/bin/env bash git pull origin master --ff-only docker compose down --remove-orphans && docker compose up -d