Skip to content

Instantly share code, notes, and snippets.

@boina-n
Last active October 20, 2017 20:18
Show Gist options
  • Save boina-n/0d45fb279fb06be16fda84209f39ed79 to your computer and use it in GitHub Desktop.
Save boina-n/0d45fb279fb06be16fda84209f39ed79 to your computer and use it in GitHub Desktop.
[Cloud Foundry][How to push a dumb static app]
mkdir dumb-static-app
cd dumb-static-app/
touch Staticfile
echo 'Dumb static app' > index.html
cf push mydumbapp -m 64M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment