mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Prevent site indexing for preview builds
This commit is contained in:
parent
adef074df5
commit
b035a0a619
3 changed files with 35 additions and 0 deletions
|
@ -11,6 +11,9 @@ WORKDIR=`mktemp -d`
|
|||
LIVEDIR=`mktemp -d`
|
||||
SITEDIR='/bitcoin.org/txpreview'
|
||||
DESTDIR='/var/www/txpreview'
|
||||
BITCOINORG_BUILD_TYPE='preview'
|
||||
|
||||
export BITCOINORG_BUILD_TYPE
|
||||
|
||||
# Stop script in case a single command fails
|
||||
set -e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue