From 5d92bd33a3f0c003ef0c53d72b08f98cbd6a6a34 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 15 Dec 2020 22:57:27 -0700 Subject: upgrade to dedicated domain --- .build.yml | 2 +- README.md | 6 ++++++ index.html | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/.build.yml b/.build.yml index 49874bd..ffb8bbc 100644 --- a/.build.yml +++ b/.build.yml @@ -17,4 +17,4 @@ tasks: python3 update.py - deploy: | cd arewe1.0yet - rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del out/ $deploy:/var/www/html/1.0.boringcactus.com/ + rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del out/ $deploy:/var/www/html/arewe1.0yet.org/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..858c1df --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Are We 1.0 Yet? + +tracking the stability of the Rust ecosystem. + +source code: +mailing list: diff --git a/index.html b/index.html index 72dca25..ede8649 100644 --- a/index.html +++ b/index.html @@ -89,7 +89,7 @@ -- cgit v1.2.3