ci: keep dokploy image aliases as fallback
Some checks failed
CI/CD Pipeline / Quality Gate (push) Successful in 19s
CI/CD Pipeline / Build and Push Images (push) Failing after 5s
CI/CD Pipeline / Internal Notify (push) Successful in 1s
CI/CD Pipeline / Deploy Dev in Dokploy (push) Has been skipped

This commit is contained in:
2026-04-28 23:33:39 +02:00
parent 9fefc26d2b
commit 2d6ca675ef
3 changed files with 159 additions and 20 deletions

View File

@@ -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