upaas/internal
sneak 4ece7431af Use app name and deployment ID in build directory structure
Change build directory from builds/<app-id>-<random> to
builds/<appname>/<deployment-id>-<random> for better organization
and easier debugging.
2025-12-30 11:57:02 +07:00
..
config Use PORT instead of UPAAS_PORT for listen port 2025-12-29 16:15:05 +07:00
database Use ULID for app IDs and Docker label for container lookup 2025-12-29 16:06:40 +07:00
docker Use ULID for app IDs and Docker label for container lookup 2025-12-29 16:06:40 +07:00
globals Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
handlers Fix repository cloning when running inside a container 2025-12-29 17:02:01 +07:00
healthcheck Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
logger Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
middleware Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
models Use ULID for app IDs and Docker label for container lookup 2025-12-29 16:06:40 +07:00
server Fix logout route to accept POST 2025-12-29 16:46:30 +07:00
service Use app name and deployment ID in build directory structure 2025-12-30 11:57:02 +07:00
ssh Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00