Use the --registry, --repository and --image_version options of `kamal proxy boot_config set` to change the kamal-proxy image used. We'll still insist that the image version is at least as high as the minimum.
7 lines
149 B
Bash
Executable File
7 lines
149 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
kamal proxy boot_config set --registry registry:4443
|
|
echo "Deployed!"
|
|
mkdir -p /tmp/${TEST_ID} && touch /tmp/${TEST_ID}/pre-deploy
|