Skip to content

Used only by Devops tests. A simple Node.js project that can be deployed with Microclimate. Features a named deployment and the image will be built and named "named-image" as defined in the Jenkinsfile.

Notifications You must be signed in to change notification settings

microclimate-dev2ops/devops-test-project-named-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fd40f36 · Jun 5, 2018

History

1 Commit
Jun 5, 2018
Jun 5, 2018
Jun 5, 2018
Jun 5, 2018
Jun 5, 2018
Jun 5, 2018
Jun 5, 2018
Jun 5, 2018
Jun 5, 2018
Jun 5, 2018
Jun 5, 2018
Jun 5, 2018

Repository files navigation

node

A generated Bluemix application

Run locally as Node.js application

npm install
npm test
npm start

Build, run, and deploy using IDT

# Install needed dependencies:
npm run idt:install
# Build the docker image for your app:
npm run idt:build
# Run the app locally through docker:
npm run idt:run
# Deploy your app to IBM Cloud:
npm run idt:deploy

About

Used only by Devops tests. A simple Node.js project that can be deployed with Microclimate. Features a named deployment and the image will be built and named "named-image" as defined in the Jenkinsfile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published