forked from web/portal
remove password protection
This commit is contained in:
@@ -6,10 +6,8 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
|
||||
|
||||
rm -rf public
|
||||
hugo
|
||||
rsync -v --archive --delete --exclude /.htpasswd public/ \
|
||||
rsync -v --archive --delete public/ \
|
||||
ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.org/htdocs-ssl/
|
||||
rsync -v --archive public/.htpasswd \
|
||||
ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.org/
|
||||
|
||||
echo
|
||||
echo Finished. See results at https://my.ecogood.org
|
||||
|
||||
Reference in New Issue
Block a user