From: Clifton Palmer Date: Thu, 26 Oct 2023 08:32:08 +0000 (-0500) Subject: Added deploy script because why not X-Git-Url: http://git.purplebirdman.com/proxy.git/commitdiff_plain/29383734e75b3bceb2c4219f62fbe4a79a190446?hp=505752c7f0dddd7991dfc4717db8a870aaeef6fe Added deploy script because why not --- diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..6e05b3c --- /dev/null +++ b/deploy.sh @@ -0,0 +1,2 @@ +#!/bin/bash +docker stack deploy -c <(docker-compose config) purplebirdman