Skip to content

A CLI for automatic deployment using Docker Compose via SSH, through Github Actions.

License

Notifications You must be signed in to change notification settings

Takasaki-Studio/Vivy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vivy

A utility to improve deployment via ssh

Usage

A assistant pipeline cli

Usage: vivy.exe [OPTIONS] --path <PATH> --git <GIT>

Options:
  -p, --path <PATH>                                Path to folder project
  -g, --git <GIT>                                  Git url reference
  -e, --env <ENV>                                  Docker envs
  -u, --update-envs                                Append envs
  -E, --env-file <ENV_FILE>                        Env file location
  -f, --docker-compose-file <DOCKER_COMPOSE_FILE>  Docker compose file location
  -d, --execution-dir <EXECUTION_DIR>              Execution dir
  -h, --help                                       Print help
  -V, --version                                    Print version