Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juanpicado/verdaccio-heroku-example

heroku docker and verdaccio deployment example
https://github.com/juanpicado/verdaccio-heroku-example

docker heroku verdaccio

Last synced: 2 months ago
JSON representation

heroku docker and verdaccio deployment example

Awesome Lists containing this project

README

        

# Verdaccio deployment in Heroku

Based on inspiration of [https://github.com/autotelic/verdaccio-heroku-docker](https://github.com/autotelic/verdaccio-heroku-docker) and [God Q Superman blog](https://medium.com/starbugs/%E7%94%A8-verdaccio-%E5%BF%AB%E9%80%9F%E5%BB%BA%E7%AB%8B%E5%B0%88%E5%B1%AC%E7%9A%84-private-npm-proxy-%E4%B8%A6%E9%83%A8%E7%BD%B2%E5%88%B0-heroku-%E4%B8%8A-7866d2a0494c).

## Deploy

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

Create a project and follow the blog steps, deploy and release the app.

```bash
heroku container:login
heroku container:push web
heroku container:release web
```

## Demo

[Demo website](https://verdaccio-test1.herokuapp.com/).