disable old deploy scripts

if necessary, they could still be used, with some care
pull/6233/head
Niklas Fiekas 2020-03-28 00:18:18 +01:00
parent 4cb82b8946
commit 40bb09e37b
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#!/bin/sh -e
. bin/lilarc
echo "Use ./bin/ci-deploy.py if possible, or check that the symlink structure is compatible"
exit 1
mode=$1
if [ -z $mode ]; then

View File

@ -1,6 +1,9 @@
#!/bin/sh -e
. bin/lilarc
echo "Use ./bin/ci-deploy.py if possible, or check that the symlink structure is compatible"
exit 1
to=$1
mode=${2-build} # build | css | js | upload