Skip to content

Conversation

@kzap
Copy link
Collaborator

@kzap kzap commented Apr 30, 2016

Added mkconfig command.

deploy mkconfig stage \
  --user visionmedia \
  --host server-ip-address.com \
  --repo git@github.com/visionmedia/deploy.git \
  --path /home/deploy \
  --ref origin/master \
  --post-deploy ./bin/post-deploy

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

kzap added 5 commits April 30, 2016 15:59
Added `mkconfig` command.

    deploy mkconfig stage --user visionmedia --host server-ip-address.com --repo git@github.com/visionmedia/deploy.git --path /home/deploy --ref origin/master --post-deploy ./bin/post-deploy

    [stage]
    user=visionmedia
    host=server-ip-address.com
    repo=git@github.com/visionmedia/deploy.git
    path=/home/deploy
    ref=origin/master
    post_deploy=./bin/post-deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant