aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml20
-rw-r--r--README.md2
-rw-r--r--index.html2
3 files changed, 2 insertions, 22 deletions
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: <https://git.sr.ht/~boringcactus/arewe1.0yet>
+source code: <https://code.boringcactus.com/arewe1.0yet/>
mailing list: <https://lists.sr.ht/~boringcactus/arewe1.0yet>
diff --git a/index.html b/index.html
index ede8649..89e9d97 100644
--- a/index.html
+++ b/index.html
@@ -89,7 +89,7 @@
<footer>
Built by <a href="https://www.boringcactus.com/">boringcactus</a>.
Inspired by <a href="https://pythonwheels.com/">Python Wheels</a>.
- Generator code <a href="https://sr.ht/~boringcactus/arewe1.0yet/">available</a>.
+ Generator code <a href="https://code.boringcactus.com/arewe1.0yet/">available</a>.
Data pulled at {{ metadata.timestamp }}.
</footer>
</body>