Compare commits

...

2 Commits

Author SHA1 Message Date
Amber McCloughan e46a872179 Fix
Apps/everybody-mov/pipeline/head There was a failure building this commit Details
2022-09-04 01:00:25 -04:00
Amber McCloughan 5ef4a42d42 Fix 2022-09-04 00:58:11 -04:00
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -76,8 +76,8 @@ pipeline {
)]) { )]) {
sh ''' sh '''
curl -H "Authorization: Bearer $API_TOKEN_PASS" -H "Content-Type: application/json" \ curl -H "Authorization: Bearer $API_TOKEN_PASS" -H "Content-Type: application/json" \
-X POST "https://api.digitalocean.com/v2/apps/$APP_ID/deployments" -X POST "https://api.digitalocean.com/v2/apps/$APP_ID/deployments" \
-d "{ \"force_build\" : true }" -d "{ \"force_build\" : true }" --fail-with-body
''' '''
} }
} }