From 29383734e75b3bceb2c4219f62fbe4a79a190446 Mon Sep 17 00:00:00 2001 From: Clifton Palmer Date: Thu, 26 Oct 2023 03:32:08 -0500 Subject: [PATCH 1/1] Added deploy script because why not --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 deploy.sh 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 -- 2.47.2