이미 배포되어 있는 app의 buildpack을 변경해야 할때
cf curl -X PUT /v2/apps/<app_guid> -d '{ "buildpack": "other-buildpack" }'
cf restage <app 이름>
Reference
change buildpack of the application pushed to pivotal cloud foundry
이미 배포되어 있는 app의 buildpack을 변경해야 할때
cf curl -X PUT /v2/apps/<app_guid> -d '{ "buildpack": "other-buildpack" }'
cf restage <app 이름>
change buildpack of the application pushed to pivotal cloud foundry
Comments