mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-08-03 10:14:43 +00:00
2
.github/workflows/harbor.yml
vendored
2
.github/workflows/harbor.yml
vendored
@@ -38,5 +38,7 @@ jobs:
|
||||
registry.stoatinternal.com/stoat/legacy-frontend:latest
|
||||
build-args: |
|
||||
REVOLT_PUBLIC_URL=https://api.stoat.chat/
|
||||
REVOLT_SAAS=https://git.stoatinternal.com/brand/assets.git
|
||||
REVOLT_SAAS_BRANCH=for-legacy-web
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user