Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MikeBild/racy-deploy
A blazing fast zero-configuration deployment toolbelt.
https://github.com/MikeBild/racy-deploy
Last synced: 11 days ago
JSON representation
A blazing fast zero-configuration deployment toolbelt.
- Host: GitHub
- URL: https://github.com/MikeBild/racy-deploy
- Owner: MikeBild
- License: mit
- Created: 2018-11-04T14:14:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T09:18:05.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T12:44:48.888Z (about 1 month ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- awesome-blazingly-fast - racy-deploy - A blazing fast zero-configuration deployment toolbelt. (JavaScript)
README
# Racy Deploy
> A blazing fast zero-configuration deployment toolbelt.
`yarn global add racy-deploy`
## Initialize
`racy-deploy init ./path-to-project`
## Publish
`racy-deploy publish ./path-to-project`
## Deploy
`racy-deploy deploy ./path-to-project`
## Remove a deployment
`racy-deploy remove ./path-to-project`
## More `.racy-deploy.json` example configs
```json
{
"username": "example",
"password": "secret",
"tagPrefix": "example",
"verbose": false
}
``````json
{
"name": "example",
"version": "latest",
"type": "NODEJS",
"verbose": false,
"tagPrefix": "gcr.io/examples",
"domain": "examples.com"
}
```