ci: keep dokploy image aliases as fallback
This commit is contained in:
@@ -100,13 +100,6 @@ build_golden_images() {
|
||||
} >>"${SUMMARY_FILE}"
|
||||
}
|
||||
|
||||
require_dokploy_api_token() {
|
||||
if [ -z "${DOKPLOY_API_TOKEN:-}" ]; then
|
||||
echo "DOKPLOY_API_TOKEN is required for Dokploy image deploy" >&2
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
trigger_dokploy() {
|
||||
local target="$1"
|
||||
case "${target}" in
|
||||
@@ -252,7 +245,6 @@ cleanup_dev_database() {
|
||||
exit 1
|
||||
fi
|
||||
|
||||
require_dokploy_api_token
|
||||
install_postgres_client
|
||||
drop_and_recreate_database
|
||||
bash scripts/ci/dokploy_deploy_image.sh web
|
||||
|
||||
Reference in New Issue
Block a user