#!/bin/bash # Deploy think service set -e VERSION=${1:-"latest"} /home/alex/lyra/scripts/deploy-service.sh think "$VERSION"