summaryrefslogtreecommitdiff
path: root/deploy-static
diff options
context:
space:
mode:
Diffstat (limited to 'deploy-static')
-rwxr-xr-xdeploy-static4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy-static b/deploy-static
index 0eb5628c..834bd787 100755
--- a/deploy-static
+++ b/deploy-static
@@ -6,8 +6,8 @@ set -o errexit -o nounset -o pipefail
./process-static
servers=(
- primary.grapheneos.org
- replica1.grapheneos.org
+ 0.grapheneos.org
+ 1.grapheneos.org
)
for server in ${servers[@]}; do