diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-08-25 20:55:44 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-08-25 21:37:25 -0400 |
| commit | e09a0821c4ba5f3e8598af6412d12c095621ef5d (patch) | |
| tree | 19ab1f7c28f246839c7614dbad3de2b40bdd9b05 /deploy-static | |
| parent | 03ffffeca75c07fad23e307b00039fe13f9ec8c5 (diff) | |
add Singapore grapheneos.org server
Diffstat (limited to 'deploy-static')
| -rwxr-xr-x | deploy-static | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy-static b/deploy-static index dd8f2068..0c9e543d 100755 --- a/deploy-static +++ b/deploy-static @@ -8,6 +8,7 @@ set -o errexit -o nounset -o pipefail servers=( 0.grapheneos.org 1.grapheneos.org + 2.grapheneos.org ) for server in ${servers[@]}; do |
