From cc740f511b4c971d1122a3e10c5d898da5d42972 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Sat, 30 Nov 2024 13:01:30 -0600 Subject: [PATCH] feat: Add deploy script --- script/deploy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/deploy b/script/deploy index 128487a..37e2c67 100755 --- a/script/deploy +++ b/script/deploy @@ -1,4 +1,7 @@ #!/bin/sh +set -e +set -x +mix pre_dot_hn.build s3cmd sync -P priv/static/ s3://pre.hn