Files
huly-selfhost/use-version.sh
T
2024-05-24 16:26:16 +07:00

5 lines
126 B
Bash
Executable File

#!/bin/sh
export HULY_VERSION="$1"
echo "Setting Huly Version: $HULY_VERSION"
envsubst < template.compose.yaml > compose.yaml