Files
triggerdotdev--trigger.dev/apps/webapp
Saadi Myftija a3ef6ea236 feat: separate deployment initialize and start steps (#2522)
* Enable setting the initial status on deployment creation

* Expose endpoint to start deployments

* Extend build timeout on deployment start

* Use separate timeout value for queued deployments

* Add startedAt to the deployment schema

* Show the new startedAt instead of createdAt in the dashboard

* Show github user tag also in the deployment details page

* Show `pending` deployment status as `queued` in the dashboard

* Apply some good 🐰 suggestions

* Add missing return
2025-09-18 16:12:17 +02:00
..
2025-07-21 17:53:43 +01:00
2025-05-28 11:02:56 +01:00
2025-03-08 14:53:06 +00:00
2023-01-10 16:09:42 +00:00
2025-07-16 16:36:36 +01:00
2022-12-06 12:28:16 +00:00
2024-10-09 12:52:52 +01:00
2024-10-21 15:07:08 +01:00

Trigger webapp - powered by Remix

To start, run with pnpm run dev --filter webapp

Build the docker image locally:

pnpm run docker:build:webapp
docker run -it triggerdotdev-webapp sh