diff --git a/Jenkinsfile b/Jenkinsfile index 7a53e35..d1d8a8f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,7 +76,7 @@ pipeline { )]) { sh ''' 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 }" ''' }