Skip to content

Commit 65b914b

Browse files
committed
use yto.grapheneos.org as primary grapheneos.org instance
1 parent a56deaa commit 65b914b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy-static

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ fi
1414

1515
. servers.sh
1616

17-
remote=root@mia.grapheneos.org
17+
remote=root@yto.grapheneos.org
1818

19-
# use last modified timestamps from mia.grapheneos.org
19+
# use last modified timestamps from yto.grapheneos.org
2020
rsync -rptcv --chmod=D755,F644 --delete --fsync --preallocate $remote:/srv/releases.grapheneos.org/ static-production
2121
rsync -rpcv --chmod=D755,F644 --delete --fsync --preallocate static-tmp/ static-production
2222
for f in static-production/**.*(br|gz); do

nginx/releases.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ server {
44
server_name seamlessupdate.app www.seamlessupdate.app releases.grapheneos.org apps.grapheneos.org;
55

66
location /.well-known/acme-challenge/ {
7-
return 301 http://mia.grapheneos.org$request_uri;
7+
return 301 http://yto.grapheneos.org$request_uri;
88
}
99

1010
location / {

0 commit comments

Comments
 (0)