Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mersocarlin/deployer

Deployer CLI by @mersocarlin.
https://github.com/mersocarlin/deployer

Last synced: 2 days ago
JSON representation

Deployer CLI by @mersocarlin.

Awesome Lists containing this project

README

        

# deployer

Deployer CLI by @mersocarlin.

## Docker Hub Provider

Publish a Docker image to Docker Hub registry.

```bash
npx mersocarlin-deployer \
--provider dockerHub \
--container-registry-host docker.io \
--container-registry-username \
--container-registry-password \
--dockerfile-path \
--repository-name \
--repository-tag
```

## Heroku Provider

Deploy Heroku applications by publishing a new Docker image to Heroku Docker registry.

```bash
npx mersocarlin-deployer \
--provider heroku \
--container-registry-host registry.heroku.com \
--container-registry-username \
--container-registry-password \
--dockerfile-path \
--heroku-app-name \
--heroku-api-key
```