chore(global): update configs and overrides from the backburner
Some checks failed
Docker CI / Build environment for GitLab CI/CD (push) Has been cancelled
Docker CI / Generate Gitpod workspace image snapshot (push) Has been cancelled

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
Andrei Jiroh Halili 2024-12-11 11:05:32 +08:00
parent 3a030e47e7
commit 5271e4080e
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
8 changed files with 39 additions and 22 deletions

View file

@ -18,20 +18,22 @@ default:
# Global builds and stuff
variables:
DEBUG: "1" # MAY HORRIBLY LEAK SECRETS, PROCEED WITH CAUTION
#DEBUG: "1" # MAY HORRIBLY LEAK SECRETS, PROCEED WITH CAUTION
# feature flags
FF_ENABLE_COMMIT_DATA: "true"
FF_GENERATE_SOCIAL_CARDS: "true"
#FF_GIT_COMMITTERS_API: "true"
SECURE_FILES_DOWNLOAD_PATH: .secretskit
GIT_DEPTH: "0"
# dotenvx stuff
DOTENV_PRIVATE_KEY: $DOTENV_PRIVATE_KEY_CI
MKDOCS_GIT_COMMITTERS_PLUGIN_TOKEN: $CI_JOB_TOKEN
pages:
stage: build
script:
- |
source /tmp/.ssh-agent.env
bash ./bin/build.sh
npm run deploy
- bash ./bin/build.sh
- npm run deploy
artifacts:
paths:
# The folder that contains the files to be exposed at the Page URL