Skip to content

Instantly share code, notes, and snippets.

@dwallraff
Forked from andypiper/.cfignore
Created May 25, 2018 13:26
Show Gist options
  • Save dwallraff/bef92be21a113773da98be4b89047156 to your computer and use it in GitHub Desktop.
Save dwallraff/bef92be21a113773da98be4b89047156 to your computer and use it in GitHub Desktop.
Run a reveal.js presentation on Cloud Foundry
# we can safely ignore all of this content
# use the nginx buildpack
# cf push --buildpack https://github.com/cloudfoundry-community/nginx-buildpack.git
.git
.gitignore
.sass-cache
.travis.yml
LICENSE
README.md
Gruntfile.js
package.json
node_modules
test
---
applications:
- name: preso
memory: 128M
instances: 1
host: preso-${random-word}
domain: cfapps.io
path: .
buildpack: https://github.com/cloudfoundry-community/nginx-buildpack.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment