Fix
This commit is contained in:
parent
467c4d9c9f
commit
5ef4a42d42
|
@ -76,7 +76,7 @@ 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 }"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue