Commit bba32057 authored by Egor Kremnev's avatar Egor Kremnev

fix scripts

parent 256d12c1
#!/usr/bin/env bash #!/usr/bin/env bash
# shellcheck disable=SC2086 # shellcheck disable=SC2086
echo "================================"
echo "<===== Run apply-update.sh ====>"
echo "================================"
set -e set -e
INSTANCE_NAME=${1} INSTANCE_NAME=${1}
LATEST_ARTIFACT_NAME=${2} LATEST_ARTIFACT_NAME=${2}
......
#!/usr/bin/env bash #!/usr/bin/env bash
echo "================================"
echo "<===== Run build.sh ====>"
echo "================================"
set -e set -e
......
#!/usr/bin/env bash #!/usr/bin/env bash
echo "================================"
echo "<===== Run create-deployment-package.sh ====>"
echo "================================"
set -e set -e
BRANCH=${1} BRANCH=${1}
......
#!/usr/bin/env bash #!/usr/bin/env bash
# shellcheck disable=SC2086 # shellcheck disable=SC2086
echo "================================"
echo "<===== Run deploy-update-package.sh ====>"
echo "================================"
set -e set -e
# IP or hostname, example: root@82.196.9.144 or root@example.com # IP or hostname, example: root@82.196.9.144 or root@example.com
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment