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