Files
route-commerce/.gitea
tyler d29835c146
Build / build (push) Has been cancelled
Deploy to route.crispygoat.com / deploy (push) Failing after 18s
fix(deploy): seed docker-compose.yml and supabase/ into APP_DIR
Same first-deploy bootstrap pattern as .env.example: 'Start Docker stack'
needs docker-compose.yml at $APP_DIR for 'docker compose up', and
'Apply migrations' needs supabase/migrations/ at $APP_DIR for psql.
Neither was copied there until the 'Deploy' step runs at the end of
the job — so the first deploy on a fresh host fails before any
runtime file is ever placed.

Each step now seeds the file/dir it needs from the workspace before
using it. The 'Deploy' step's later copy remains as a refresh for
subsequent deploys.
2026-06-05 23:20:26 +00:00
..