Skip to content

Instantly share code, notes, and snippets.

View geoangelotti's full-sized avatar

Geo Angelopoulos geoangelotti

  • Rewe International
View GitHub Profile
@germanattanasio
germanattanasio / manifest.yml
Created July 7, 2017 12:11
Deploy a Node.js Cloud-Foundry application to IBM Bluemix from Travis
---
applications:
- name: my-app-name
buildpack: sdk-for-nodejs
memory: 512M
timeout: 120 # The maximum amount of time in seconds that is used to start the application. The default value is 60 seconds.
instances: 1
command: npm start
path: .