#36 — Automate deployment to staging

Repo: Twill-AI/facade State: closed | Status: done Assignee: Unassigned

Created: 2024-07-08 · Updated: 2025-09-15

Description

Blocked by #19

AC:

Implementation Details

For version current format doesn’t work because result 2024-10-11T07:00:03_fc184843739dbb6cdb3faf3abd09119416ff5472 doesn’t satisfy Docker TAG format

The tag must be valid ASCII and can contain lowercase and uppercase letters, digits, underscores, periods, and hyphens. It can’t start with a period or hyphen and must be no longer than 128 characters. If you don’t specify a tag, the command uses latest by default.

It contains : characters. So changed it to result of following sh command $(TZ=UTC date +'%Y-%m-%dT%H-%M-%S')_$(git rev-parse --short HEAD).

During investigation of “build docker image” errors found https://github.com/Twill-AI/twill-llm-engine/pull/157.

It appears that s

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets