diff --git a/client/components/footer/footer.html b/client/components/footer/footer.html index 0f20afda..ba35a915 100644 --- a/client/components/footer/footer.html +++ b/client/components/footer/footer.html @@ -1,5 +1,5 @@ diff --git a/deploy.yml b/deploy.yml index b4468771..60075cdd 100644 --- a/deploy.yml +++ b/deploy.yml @@ -24,4 +24,4 @@ args: chdir: "{{ server_dir }}" - - shell: "NODE_ENV=production PORT={{ port }} forever -a -l {{ log_file }} start -c "node --harmony" {{ server_dir }}dist/server/app.js" + - shell: "NODE_ENV=production PORT={{ port }} forever -a -l {{ log_file }} start {{ server_dir }}dist/server/app.js"