This is a demo application for capistrano-net_storage.
- Ruby v2 or later
- bundler
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.
- net-storage_s3 ... Demo using capistrano-net_storage-s3 plugin.
Available as open source under the terms of the MIT License.
Copyright (c) 2017 DeNA Co., Ltd., IKEDA Kiyoshi