Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mersocarlin/deployer
- Owner: mersocarlin
- License: mit
- Created: 2021-02-20T19:26:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T20:09:56.000Z (over 2 years ago)
- Last Synced: 2024-12-18T13:08:24.980Z (7 days ago)
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```