From a979c3e013f9b8b23c7d38f0bf37daa729afb16e Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 4 Jun 2020 12:59:57 -0400 Subject: [PATCH] change domain to y2k.land --- .github/workflows/deploy.yml | 2 +- README.md | 4 ++-- public/index.html | 14 +++++++------- workers-site/package.json | 2 +- wrangler.toml | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a3d212..8fa68d1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[skip ci]')" env: - CF_ZONE_ID: "92e2ec634800f776ec4f3e983491c349" + CF_ZONE_ID: "8a79e5c61c0a7033d7b0eca176665cd1" CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }} steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 12492d5..8df944f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 💾 [y2k.lol](https://y2k.lol/) +# 💾 [Y2K Land](https://y2k.land/) ![Deploy](https://github.com/jakejarvis/y2k/workflows/Deploy/badge.svg) @@ -6,7 +6,7 @@ Nostalgic time machine powered by on-demand Windows Me VMs and [my first website The backend isn't quite ready to be open-sourced (read: it's still a fatally embarrassing ball of spaghetti) but will be moved here very soon! 🍝 -

+

## Requirements diff --git a/public/index.html b/public/index.html index 3765cea..fd73181 100644 --- a/public/index.html +++ b/public/index.html @@ -11,14 +11,14 @@ -y2k.lol – Powered by Windows Me 💾 +Y2K Land — Powered by Windows Me 💾 - - - + + + @@ -31,14 +31,14 @@ if (window.WebSocket) { var display = document.getElementById("display"); var rfb = new RFB({ target: display, encrypt: true }); - rfb.connect("sandbox.y2k.lol", 443); + rfb.connect("sandbox.y2k.land", 443); } - - + + diff --git a/workers-site/package.json b/workers-site/package.json index 28fee5c..8664f25 100644 --- a/workers-site/package.json +++ b/workers-site/package.json @@ -2,7 +2,7 @@ "private": true, "name": "y2k-static", "version": "1.0.0", - "homepage": "https://y2k.lol/", + "homepage": "https://y2k.land/", "author": "Jake Jarvis ", "license": "MIT", "main": "index.js", diff --git a/wrangler.toml b/wrangler.toml index 70b9978..2ef8731 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,8 +1,8 @@ name = "y2k" type = "webpack" account_id = "bd1a636a30a817137ce1e91c9e407373" -zone_id = "92e2ec634800f776ec4f3e983491c349" -route = "y2k.lol/*" +zone_id = "8a79e5c61c0a7033d7b0eca176665cd1" +route = "y2k.land/*" # workers_dev = true [site]