1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

capistrano config

This commit is contained in:
Nicolas Lœuillet 2015-08-14 21:26:14 +02:00
parent 80127e4fb1
commit ceb79aa016
7 changed files with 271 additions and 0 deletions

5
Gemfile Normal file
View file

@ -0,0 +1,5 @@
source "https://rubygems.org"
gem 'capistrano', '~> 3.1'
gem 'capistrano-symfony', '~> 0.1', :github => 'capistrano/symfony'
gem 'capistrano-composer', '~> 0.0.3'