/capistrano-net_storage_demo

Example application for Capistrano::NetStorage

Primary LanguageRuby

capistrano-net_storage-demo

This is a demo application for capistrano-net_storage.

Prerequisites

  • Ruby v2 or later
  • bundler

Usage

git clone git@github.com:DeNADev/capistrano-net_storage_demo.git
cd capistrano-net_storage_demo
bundle
bundle exec cap local deploy

The command cap local deploy deploys this application into ${HOME}/tmp/capistrano-net_storage_demo.
You can add or modify Capfile and files under config/deploy/ directory to see how it works.

Branches

License

Available as open source under the terms of the MIT License.

Copyright (c) 2017 DeNA Co., Ltd., IKEDA Kiyoshi