Commit 1a3ed99d authored by Pithon Kabiro's avatar Pithon Kabiro
Browse files

Update .gitlab-ci.yml file

parent 16d00e88
Pipeline #5163 passed with stage
in 54 seconds
# https://hub.docker.com/r/library/node/tags/
image: node:latest
stages:
- deploy
deploy-job:
stage: deploy
script:
- npm install
- npx pm2 start ./index.js --name=energy-dashboard
only:
- master
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment