Deploying Apps
What happens when I
cf push
?- Upload: App files sent to CF
- Staging: Executable artifact is created (droplet)
- Running: App starts on an app host
App receives web requests (if it binds to TCP port)
Comments
Post a Comment