Lowfatyogurt
Apps/everybody-mov/pipeline/head This commit looks good Details

This commit is contained in:
Amber McCloughan 2022-09-04 01:15:36 -04:00
parent 2d21830462
commit a4db5f534f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -77,7 +77,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 }"
''' '''
} }
} }