diff --git a/dotcloud.yml b/dotcloud.yml index 67c4a07..a880bf3 100644 --- a/dotcloud.yml +++ b/dotcloud.yml @@ -1,7 +1,6 @@ www: type: nodejs prebuild: ~/current/builder - process: ~/run config: node_version: v0.6.x diff --git a/supervisord.conf b/supervisord.conf new file mode 100644 index 0000000..e22772e --- /dev/null +++ b/supervisord.conf @@ -0,0 +1,3 @@ +[program:node] +command = /home/dotcloud/current/run +directory = /home/dotcloud/current \ No newline at end of file