mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-07 13:09:32 +00:00
ci(global): use Doppler CLI for the secrets thingy and update Pipfile lockfile
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
3484ab840d
commit
54e3761054
3 changed files with 223 additions and 240 deletions
|
@ -1,6 +1,6 @@
|
|||
# The Docker image that will be used to build your app
|
||||
image:
|
||||
name: dock.mau.dev/andreijiroh-dev/docker-images/mkdocs-material:latest
|
||||
name: ghcr.io/andreijiroh-dev/docker-images/mkdocs-material:latest
|
||||
entrypoint: ["/bin/bash", "-l", "-c"] # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2109#note_47480476
|
||||
|
||||
stages:
|
||||
|
@ -33,7 +33,7 @@ pages:
|
|||
stage: build
|
||||
script:
|
||||
- bash ./bin/build.sh
|
||||
- npm run deploy
|
||||
- doppler run -- npm run deploy
|
||||
artifacts:
|
||||
paths:
|
||||
# The folder that contains the files to be exposed at the Page URL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue