diff options
-rw-r--r-- | .build.yml | 20 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | index.html | 2 |
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/ @@ -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> @@ -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> |