Push a simple Python Flask App to Cloud Foundry
- Cloud Foundry account
- Cloud Foundry CLI
- Git
cf login --skip-ssl-validation
git clone https://github.com/rickymax/cf-sample-app-python
cd cf-sample-app-python
Manifests provide consistency and reproducibility, and can help you automate deployment, especially of multiple applications at once. Learn more.
---
applications:
- name: tic100-sample-app
random-route: true
instances: 1
memory: 128M
disk_quota: 512M
cf push