Add new hostname to pre_release script
This commit is contained in:
parent
97019b92d1
commit
4576d0e730
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
file=$1
|
||||
host=creme.schottelius.org
|
||||
host=home.schottelius.org
|
||||
dir=public_html/pre-release/
|
||||
url="http://schotteli.us/~nico/pre-release"
|
||||
url="http://home.schottelius.org/~nico/pre-release"
|
||||
|
||||
[ -z "$file" ] && exit 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue