Added mina deploy

This commit is contained in:
Priit Tamboom 2014-09-22 11:56:17 +03:00
parent 9cc6fed5f2
commit cd82693cb1
4 changed files with 98 additions and 19 deletions

View file

@ -5,13 +5,13 @@ Listen 8888
PassengerEnabled on
RailsEnv production
DocumentRoot /home/app/epp-tester/public
DocumentRoot /home/app/epp-tester/current/public
ErrorLog /var/log/apache2/epp-tester.error.log
LogLevel info ssl:warn
CustomLog /var/log/apache2/epp-tester.access.log combined
<Directory /home/app/epp-tester/public>
<Directory /home/app/epp-tester/current/public>
Require all granted
Options -MultiViews
</Directory>

View file

@ -4,13 +4,13 @@
PassengerEnabled on
RailsEnv production
DocumentRoot /home/app/registry/public
DocumentRoot /home/app/registry/current/public
ErrorLog /var/log/apache2/registry.error.log
LogLevel info ssl:warn
CustomLog /var/log/apache2/registry.access.log combined
<Directory /home/app/registry/public>
<Directory /home/app/registry/current/public>
Require all granted
Options -MultiViews
</Directory>