diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-30 02:56:43 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-30 03:02:46 -0400 |
| commit | 89095afe993354755e426e8e457606b8a78b0121 (patch) | |
| tree | 8b643146bd7911f909ba1f9fd8a1c18ec095c2c6 /deploy-static | |
| parent | e1ccefd1fadf52da5783a54bb8305d87a39778ea (diff) | |
rename primary to 0 and replica1 to 1
Diffstat (limited to 'deploy-static')
| -rwxr-xr-x | deploy-static | 4 |
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 |
