Compare commits
No commits in common. "e46a872179a1b7a8034399b69367870268237e3c" and "467c4d9c9ff8d173ea0eca63f8ea5cf1c3b6427c" have entirely different histories.
e46a872179
...
467c4d9c9f
|
@ -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 }" --fail-with-body
|
-d "{ \"force_build\" : true }"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue