deploy icon indicating copy to clipboard operation
deploy copied to clipboard

Configuration output command

Open kzap opened this issue 8 years ago • 0 comments

Added mkconfig command.

deploy mkconfig stage \
  --user visionmedia \
  --host server-ip-address.com \
  --repo [email protected]/visionmedia/deploy.git \
  --path /home/deploy \
  --ref origin/master \
  --post-deploy ./bin/post-deploy

[stage]
user=visionmedia
host=server-ip-address.com
[email protected]/visionmedia/deploy.git
path=/home/deploy
ref=origin/master
post_deploy=./bin/post-deploy

kzap avatar Apr 30 '16 08:04 kzap