Compare commits

..

No commits in common. "d85111c86344c95f92c56e378e6154b348023f03" and "bf319a8acf609211f7c4f95ac0aaf44422e1f6e9" have entirely different histories.

3 changed files with 6890 additions and 3254 deletions

25
Jenkinsfile vendored
View File

@ -1,25 +0,0 @@
def deploy() {
node('ubuntu') {
try {
checkout scm
nodejs(nodeJSInstallationName: 'Node23') {
stage('Install') {
sh 'yarn install --frozen-lockfile --production=false'
}
stage('Deploy') {
// Deploy to Cloudflare Workers using wrangler
withCredentials([string(credentialsId: 'th-cloudflare-api-token', variable: 'CLOUDFLARE_API_TOKEN')]) {
sh 'yarn deploy'
}
}
}
} finally {
cleanWs()
}
}
}
deploy()

6890
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

3229
yarn.lock

File diff suppressed because it is too large Load Diff