1
0

manifest.yml.sample 226 B

123456789101112
  1. ## This file is used for deployment to cloudfoundry.
  2. ---
  3. applications:
  4. - name: huginn
  5. url: <app-url>
  6. path: .
  7. memory: 512M
  8. command: nohup foreman start --procfile Procfile.CF
  9. instances: 1
  10. services:
  11. - huginn-db