Continuous Deployment of a Node.js app to Heroku using GitLab

后端 未结 2 1864
眼角桃花
眼角桃花 2021-02-05 17:27

There are tutorials covering the deployment of Ruby and Python apps but I can\'t find good documentation or examples for NodeJS.

http://docs.gitlab.com/ce/ci/examples/t

2条回答
  •  庸人自扰
    2021-02-05 17:44

    I have found a detailed article for continuous integration on Heroku:

    https://medium.com/@seulkiro/deploy-node-js-app-with-gitlab-ci-cd-214d12bfeeb5

    Sample .gitlab-ci.yml file :

    https://gitlab.com/seulkiro/node-heroku-dpl

提交回复
热议问题