diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-05 19:48:52 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-05 19:48:52 -0600 |
commit | 270eb5d124fcb6105a963e024169ca965739d25e (patch) | |
tree | beb381ae2b744388f2e39ddf04eb91baa87ef0dc /deploy.sh | |
parent | 27757ce591907a47b1f36183cc2116c2a4a59d1d (diff) |
echo commands
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/bin/sh +set -x + if [ "$1" = "test" ]; then branch='test' location='/var/www/html-test' |