Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Bumped version and updated deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
agundy committed Apr 22, 2016
1 parent 4575cc5 commit fc7784c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/components/footer/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="footer footer-default footer-static-top">
<p>
Observatory | An <a href="http://rcos.io" title="Rensselaer Center for Open Source">RCOS</a> project | <a href="https://github.com/rcos/Observatory3/issues">Issues</a> | v0.1.9
Observatory | An <a href="http://rcos.io" title="Rensselaer Center for Open Source">RCOS</a> project | <a href="https://github.com/rcos/Observatory3/issues">Issues</a> | v0.2.1
</p>
</div>
2 changes: 1 addition & 1 deletion deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit fc7784c

Please sign in to comment.