new lines at end of files
This commit is contained in:
parent
a2f5d8212b
commit
ecbc561a06
|
@ -10,4 +10,4 @@ if [[ ! -z "${CUSTOM_DOMAIN}" ]]; then
|
||||||
--force-renewal
|
--force-renewal
|
||||||
|
|
||||||
nginx -s reload
|
nginx -s reload
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -21,4 +21,4 @@ popd
|
||||||
sleep 10
|
sleep 10
|
||||||
curl -X PUT ${COUCH_DB_URL}/_users
|
curl -X PUT ${COUCH_DB_URL}/_users
|
||||||
curl -X PUT ${COUCH_DB_URL}/_replicator
|
curl -X PUT ${COUCH_DB_URL}/_replicator
|
||||||
sleep infinity
|
sleep infinity
|
||||||
|
|
|
@ -13,4 +13,4 @@ do
|
||||||
mv /$keepDir $dir/ 2>/dev/null
|
mv /$keepDir $dir/ 2>/dev/null
|
||||||
done
|
done
|
||||||
cd $dir
|
cd $dir
|
||||||
NODE_ENV=production yarn
|
NODE_ENV=production yarn
|
||||||
|
|
Loading…
Reference in New Issue