From 6b1cec1c4ef2f8a0a45ecf9a3648f2a27fb54e1f Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 7 Mar 2021 22:34:50 -0700 Subject: move code link --- .build.yml | 20 -------------------- README.md | 2 +- index.html | 2 +- 3 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index ffb8bbc..0000000 --- a/.build.yml +++ /dev/null @@ -1,20 +0,0 @@ -image: alpine/latest -packages: - - py3-pip - - rsync -sources: - - https://git.sr.ht/~boringcactus/arewe1.0yet -environment: - deploy: services@boringcactus.com -secrets: - - b5cb9b2b-1461-4486-95e1-886451674a89 -tasks: - - install: | - cd arewe1.0yet - python3 -m pip install -r requirements.txt - - build: | - cd arewe1.0yet - python3 update.py - - deploy: | - cd arewe1.0yet - rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del out/ $deploy:/var/www/html/arewe1.0yet.org/ diff --git a/README.md b/README.md index 858c1df..a9470b9 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ tracking the stability of the Rust ecosystem. -source code: +source code: mailing list: diff --git a/index.html b/index.html index ede8649..89e9d97 100644 --- a/index.html +++ b/index.html @@ -89,7 +89,7 @@ -- cgit v1.2.3