Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Set DEPLOY_VERSION=test in load.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 28, 2014
1 parent f39dcdd commit 7c02bfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions load-views.sh
Expand Up @@ -35,6 +35,7 @@ ips=($(dig +short "$hostname" | egrep '^[0-9]'))
for ip in "${ips[@]}"; do for ip in "${ips[@]}"; do
ipurl="${c/$hostname/$ip}" ipurl="${c/$hostname/$ip}"
echo $ip echo $ip
DEPLOY_VERSION=test \
node -pe 'Object.keys(require("./registry/app.js").views).join("\n")' \ node -pe 'Object.keys(require("./registry/app.js").views).join("\n")' \
| while read view; do | while read view; do
echo "LOADING: $view" echo "LOADING: $view"
Expand Down

0 comments on commit 7c02bfa

Please sign in to comment.