aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/capistrano/deploy/staging.rb
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2020-03-08 17:00:51 +0100
committerKevin Decherf <kevin@kdecherf.com>2020-03-08 17:00:51 +0100
commit899ab0d04fa84702f26c224d1ddcc73a786f5a3f (patch)
tree137e62f836cfde33dd22baf70a7d1b2b4d292ed1 /app/config/capistrano/deploy/staging.rb
parentba820b12b691ecbbcc4a4c31ecb4dbeb084d27dd (diff)
downloadwallabag-899ab0d04fa84702f26c224d1ddcc73a786f5a3f.tar.gz
wallabag-899ab0d04fa84702f26c224d1ddcc73a786f5a3f.tar.zst
wallabag-899ab0d04fa84702f26c224d1ddcc73a786f5a3f.zip
Remove capistrano-related files
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app/config/capistrano/deploy/staging.rb')
-rw-r--r--app/config/capistrano/deploy/staging.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/config/capistrano/deploy/staging.rb b/app/config/capistrano/deploy/staging.rb
deleted file mode 100644
index ad899a85..00000000
--- a/app/config/capistrano/deploy/staging.rb
+++ /dev/null
@@ -1,2 +0,0 @@
1set :branch, 'master'
2set :deploy_to, '/var/www/v2.wallabag.org/web/'