mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-07-17 07:29:04 +00:00
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:
parent
38b4b39aed
commit
98f0263354
8 changed files with 40 additions and 27 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue