Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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"
}
```