ci(builds.sr.ht): use site_url specific builds via env

Also did some fixes over at deploy-gmi script too

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-10-07 11:23:56 +08:00
parent 38b4b39aed
commit 98f0263354
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
8 changed files with 40 additions and 27 deletions

View file

@ -41,6 +41,7 @@ RUN apk add --no-cache \
openssh \
gnupg \
curl \
rsync
&& curl -Ls --tlsv1.2 --proto "=https" --retry 3 https://cli.doppler.com/install.sh \
| sh
@ -69,4 +70,4 @@ EXPOSE 8000
WORKDIR /docs
#COPY entrypoint.sh /usr/local/bin/entrypoint
CMD [ "mkdocs", "serve", "--dev-addr=0.0.0.0:8000" ]
CMD [ "mkdocs", "serve", "--dev-addr=0.0.0.0:8000" ]