Deploy to production.
All checks were successful
thehideout/TheHideout-UI/pipeline/head This commit looks good
All checks were successful
thehideout/TheHideout-UI/pipeline/head This commit looks good
This commit is contained in:
parent
d5c6a468eb
commit
233812ad91
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -22,7 +22,7 @@ def deploy() {
|
||||
stage('Deploy') {
|
||||
// Deploy to Cloudflare Pages using wrangler
|
||||
withCredentials([string(credentialsId: 'th-cloudflare-api-token', variable: 'CLOUDFLARE_API_TOKEN')]) {
|
||||
sh 'npx wrangler pages deploy dist'
|
||||
sh 'npx wrangler pages deploy ./dist --skip-caching --branch production'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user