summaryrefslogtreecommitdiffstats
path: root/config/deploy/production.rb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-10-15 09:12:01 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-10-15 09:12:01 +0200
commit93c9bf9adc717b7e5f2bb96ec450be8245889ded (patch)
tree35d1fcc3563fed3f9ed94f1f704585d1dc5e6010 /config/deploy/production.rb
parent35d3ed2b09b3eff694d285a57d3ff911ef3f0ec2 (diff)
downloadnorsk-urskog-registrations-93c9bf9adc717b7e5f2bb96ec450be8245889ded.tar.gz
norsk-urskog-registrations-93c9bf9adc717b7e5f2bb96ec450be8245889ded.tar.bz2
norsk-urskog-registrations-93c9bf9adc717b7e5f2bb96ec450be8245889ded.zip
Add capistrano for deployment
Diffstat (limited to 'config/deploy/production.rb')
-rw-r--r--config/deploy/production.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/deploy/production.rb b/config/deploy/production.rb
new file mode 100644
index 0000000..ee597c4
--- /dev/null
+++ b/config/deploy/production.rb
@@ -0,0 +1 @@
+server 'volse.anduin.net', user: 'deploy', roles: %w{app db web}