Skip to content

Repository files navigation

webistrano_cli - bash command allow to deploy projects from webistrano

geminstallwebistrano_cli

setup your env variables:

$ export WCLI_URL=webistrano_url
$ export WCLI_USER=user
$ export WCLI_PASSWORD=pass

or put config in ~/.webistrano_cli.yml

---
webistrano_cli:
url: webistrano_url
user: user
password: pass
defaults:
stage: staging
task: deploy:migrations

tip: when you don’t provide settings above webistrano_cli will ask for it and save in ~/.webistrano_cli.yml

deploy example

$ webistrano_cli

defaults:

project = currentdirectorynamestage = stagingtask = deploy:migrations

tip: webistrano_cli will ask for any prompt value

About

webistrano_cli - bash command allow to deploy projects from webistrano

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages