Skip to content

Instantly share code, notes, and snippets.

@DMeechan
Created July 16, 2018 13:37
Show Gist options
  • Save DMeechan/df80ee925770c47573a82046a3c52b88 to your computer and use it in GitHub Desktop.
Save DMeechan/df80ee925770c47573a82046a3c52b88 to your computer and use it in GitHub Desktop.
Manifest file to deploy Node.js application to IBM Cloud
---
applications:
- name: devops-todo-1-or-whatever-you-chose
memory: 128M
buildpack: sdk-for-nodejs
command: npm run start
env:
OPTIMIZE_MEMORY: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment