Files
triggerdotdev--trigger.dev/.changeset/ninety-games-grow.md
T
nicktrn f603725393 Feat: unified deploys for self-hosted and cloud users incl. multi-platform support (#2138)
* remove registry proxy

* remove --self-hosted flag

* automatically set network build flag

* update syncEnvVars debug log

* improve switch command

* always display deploy errors if they exist

* fix stuck deploy command after finalize error

* webapp-driven deploys, multi-platform support, lots of fixes

* add worker deployment migration

* rename image platform env var

* only try to sync parent env vars for preview deployments

* add KEEP_TMP_DIRS

* supervisor: docker api version lock, auth, multi-platform

* set image ref on create, validate digest

* use metadata for digest, fix local multi-platform builds

* print git meta branch before commit

* improve push and load flag handling

* make runs after local builds compatible with load and push

* small improvement for platform overrides

* add image platform to dequeued message

* remove deprecated init request body fields

* fix fail deployment id param

* remove build debug logs

* pass report merge with no tests

* structured run debug logs

* add required env var for tests

* should not be an error log

* add changeset
2025-06-04 15:54:10 +01:00

444 B

trigger.dev, @trigger.dev/core
trigger.dev @trigger.dev/core
patch patch
  • Resolve issue where CLI could get stuck during deploy finalization
  • Unify local and remote build logic, with multi-platform build support
  • Improve switch command; now accepts profile name as an argument
  • Registry configuration is now fully managed by the webapp
  • The deploy --self-hosted flag is no longer required
  • Enhance deployment error reporting and image digest retrieval