diff options
Diffstat (limited to 'deploy-static')
| -rwxr-xr-x | deploy-static | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/deploy-static b/deploy-static index d2d43de0..efc5ea5d 100755 --- a/deploy-static +++ b/deploy-static @@ -5,9 +5,7 @@ set -o errexit -o nounset -o pipefail ./process-static servers=( - 0.grapheneos.org - 1.grapheneos.org - 2.grapheneos.org + {0,1,2}.grapheneos.org ) for server in ${servers[@]}; do |
