Compare commits
No commits in common. "d85111c86344c95f92c56e378e6154b348023f03" and "bf319a8acf609211f7c4f95ac0aaf44422e1f6e9" have entirely different histories.
d85111c863
...
bf319a8acf
25
Jenkinsfile
vendored
25
Jenkinsfile
vendored
@ -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
6890
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user