forked from ulovliglogning/ulovliglogning.dk
8 lines
148 B
Bash
8 lines
148 B
Bash
|
#!/bin/sh
|
||
|
jekyll_dir="/srv/jekyll"
|
||
|
|
||
|
remote_host="ulovliglogning.dk"
|
||
|
remote_dir="/"
|
||
|
|
||
|
remote_username="username"
|
||
|
remote_password="SUPERSECRETPASSWORD"
|