Files
Devin AI cc8137de84 fix: wire secrets/parentSecrets through build manifest and per-variable isSecret to storage
- Add secrets/parentSecrets fields to BuildLayer.deploy interface
- Add secrets/parentSecrets to build manifest deploy.sync schema
- Pass secrets/parentSecrets through context.addLayer() in syncEnvVars
- Propagate secrets/parentSecrets in applyLayerToManifest (CLI)
- Pass secrets/parentSecrets from manifest at deploy call sites
- Update workers/build.ts syncEnvVarsWithServer to accept secrets
- Add per-variable isSecret to CreateEnvironmentVariables schema
- Use per-variable isSecret in EnvironmentVariablesRepository.create()
- Make removeBlacklistedVariables generic to preserve isSecret type

Co-Authored-By: Matt Aitken <matt@mattaitken.com>
2026-04-27 14:36:27 +00:00
..
2026-01-09 11:39:36 +00:00
2025-03-08 14:53:06 +00:00
2024-10-09 12:52:52 +01:00
2026-03-31 19:06:54 +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