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:
Andrei Jiroh Halili 2025-02-11 10:12:07 +08:00
parent 3484ab840d
commit 54e3761054
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
3 changed files with 223 additions and 240 deletions

View file

@ -6,7 +6,7 @@
"start": "npm run dev",
"dev": "bash ./bin/localdev.sh",
"build": "bash ./bin/build.sh",
"deploy": "dotenvx run -f .env.ci -- bash ./bin/deploy.sh",
"deploy": "bash ./bin/deploy.sh",
"docker:ci": "DOCKER_BUILDKIT=1 docker build -t dock.mau.dev/andreijiroh-dev/website/build-ci:localdev ./docker"
},
"repository": {