Skip to content

Commit

Permalink
added a deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
msaveski committed Jan 6, 2017
1 parent 7e2cd75 commit fb2caf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ jekyll serve

Push to the ML web directory:
```
scp -r _site/ msaveski@ml.media.mit.edu:public_html/
./__deploy.sh
```
More info on the [Media Lab wiki](http://wiki.media.mit.edu/view/Necsys/WebPagePersonal).

Expand Down
5 changes: 5 additions & 0 deletions __deploy.sh
@@ -0,0 +1,5 @@
#!/bin/sh

# Upload to server
scp -r _site/* msaveski@ml.media.mit.edu:public_html/

0 comments on commit fb2caf2

Please sign in to comment.