mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-22 08:23:40 +00:00
build(deps-dev): ➕ add Wrangler CLI for CF Pages deploy via GitLab CI [skip ci]
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
d9b6b87724
commit
06fc9fdf32
4 changed files with 2618 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,3 +5,5 @@ site
|
||||||
venv
|
venv
|
||||||
.venv
|
.venv
|
||||||
.cache
|
.cache
|
||||||
|
node_modules
|
||||||
|
.env
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -13,7 +13,8 @@
|
||||||
"markdown",
|
"markdown",
|
||||||
"readme",
|
"readme",
|
||||||
"meta",
|
"meta",
|
||||||
"global"
|
"global",
|
||||||
|
"deps-dev"
|
||||||
],
|
],
|
||||||
"conventionalCommits.autoCommit": false,
|
"conventionalCommits.autoCommit": false,
|
||||||
"conventionalCommits.promptCI": true,
|
"conventionalCommits.promptCI": true,
|
||||||
|
|
2610
package-lock.json
generated
2610
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -16,5 +16,8 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://todo.sr.ht/~ajhalili2006/tildeweb"
|
"url": "https://todo.sr.ht/~ajhalili2006/tildeweb"
|
||||||
},
|
},
|
||||||
"homepage": "https://git.sr.ht/~ajhalili2006/tildeweb#readme"
|
"homepage": "https://git.sr.ht/~ajhalili2006/tildeweb#readme",
|
||||||
|
"devDependencies": {
|
||||||
|
"wrangler": "^2.13.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue