Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspiders/node-travis-heroku-cd
Minimalistic Node App Continuous Delivery by Travic CI to Heroku
https://github.com/softspiders/node-travis-heroku-cd
cd ci continuous-delivery devops express helloworld heroku javascript js min node softspider softspiders ss starter template test testing travis
Last synced: about 2 months ago
JSON representation
Minimalistic Node App Continuous Delivery by Travic CI to Heroku
- Host: GitHub
- URL: https://github.com/softspiders/node-travis-heroku-cd
- Owner: softspiders
- License: mit
- Created: 2019-05-02T09:09:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:51:01.000Z (about 2 years ago)
- Last Synced: 2024-04-23T22:43:28.546Z (9 months ago)
- Topics: cd, ci, continuous-delivery, devops, express, helloworld, heroku, javascript, js, min, node, softspider, softspiders, ss, starter, template, test, testing, travis
- Language: JavaScript
- Size: 969 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# Minimalistic Node App Continuous Delivery through Travic CI to Heroku
## Feature tags
- build
- cd
- ci
- deploy
- heroku
- jest
- nodejs
- starter
- template
- travis## Direct ancestors
[node-testing-in-travis](https://github.com/softspiders/node-testing-in-travis) - also by code
---
## Direct descendants
[puppeteer-jest-travis-heroku](https://github.com/softspiders/puppeteer-jest-travis-heroku)
---
## Requirements
* [Node.js](https://nodejs.org/en/download/package-manager/)
* Registration in [Travis CI](https://travis-ci.com/)
* Registration in [Heroku](https://devcenter.heroku.com/)
* [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli)---
## Installation
```sh
yarn
```## Running test
```sh
yarn test
```## Deploying to Heroku
TBD
---
## Demo
---
## Authors
[Alexander Lapygin](https://github.com/AlexanderLapygin)
---
### License
Licensed under the [MIT license](./LICENSE).