diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-30 15:29:25 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-30 15:29:34 -0400 |
| commit | 2fbdffa33316270840171ccb20e5924dd3258c9a (patch) | |
| tree | e64928cef704acc4a3da7dd2bcfce2002220da5b /deploy-static | |
| parent | 9a767e85393c7eb8c00e1637d7143cd3776afc8d (diff) | |
add an additional server instance
Diffstat (limited to 'deploy-static')
| -rwxr-xr-x | deploy-static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy-static b/deploy-static index b7556d08..22f6a48b 100755 --- a/deploy-static +++ b/deploy-static @@ -11,7 +11,7 @@ fi ./process-static $fd -servers=({0..2}.grapheneos.org) +servers=({0..3}.grapheneos.org) for server in ${servers[@]}; do echo $server |
