Browse Source

deploy drivers

Maxim Sokhatsky 10 years ago
parent
commit
f6d6522255
2 changed files with 6 additions and 0 deletions
  1. 3 0
      src/deploy/mad_heroku.erl
  2. 3 0
      src/deploy/mad_voxoz.erl

+ 3 - 0
src/deploy/mad_heroku.erl

@@ -0,0 +1,3 @@
+-module(mad_heroku).
+-compile(export_all).
+

+ 3 - 0
src/deploy/mad_voxoz.erl

@@ -0,0 +1,3 @@
+-module(mad_voxoz).
+-compile(export_all).
+