diff --git a/cicd/create-tunnel-config.sh b/cicd/create-tunnel-config.sh index f4c69ab..11fb59a 100755 --- a/cicd/create-tunnel-config.sh +++ b/cicd/create-tunnel-config.sh @@ -2,9 +2,9 @@ set -e -TUNNEL_ID=$1 +SERVICE=$1 HOSTNAME=$2 -SERVICE=$3 +TUNNEL_ID=$3 echo "Creating tunnel config for $HOSTNAME"