aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2025-01-05 19:48:52 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2025-01-05 19:48:52 -0600
commit270eb5d124fcb6105a963e024169ca965739d25e (patch)
treebeb381ae2b744388f2e39ddf04eb91baa87ef0dc /deploy.sh
parent27757ce591907a47b1f36183cc2116c2a4a59d1d (diff)
echo commands
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index f9ca634..0771010 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+set -x
+
if [ "$1" = "test" ]; then
branch='test'
location='/var/www/html-test'