Add deploy script
This commit is contained in:
parent
376bed45fe
commit
9ce65d8ed0
1 changed files with 5 additions and 0 deletions
5
deploy.sh
Executable file
5
deploy.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
bundle exec nanoc
|
||||
|
||||
scp -rP 2222 output/ durfdoen@157.193.231.142:/home/durfdoen/public
|
Loading…
Reference in a new issue