ci: brand assets

Signed-off-by: izzy <me@insrt.uk>
This commit is contained in:
izzy
2026-06-23 09:06:08 +01:00
parent 4cb8b370fe
commit 38f95897ca
2 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,12 @@ COPY .env.build .env
RUN yarn install --frozen-lockfile
RUN yarn build:deps
# RUN yarn typecheck # lol no
ARG REVOLT_SAAS
ARG REVOLT_SAAS_BRANCH
ENV REVOLT_SAAS=$REVOLT_SAAS
ENV REVOLT_SAAS_BRANCH=$REVOLT_SAAS_BRANCH
RUN yarn build:highmem
RUN yarn workspaces focus --production --all