diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-07 22:34:50 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-07 22:34:50 -0700 |
commit | 6b1cec1c4ef2f8a0a45ecf9a3648f2a27fb54e1f (patch) | |
tree | 540541a5f5bd8da7f9db5681b05a4d9dca78e92b | |
parent | a234c2c992835bd74abdd6dbd8022250e5002ead (diff) | |
download | arewe1.0yet-main.tar.gz arewe1.0yet-main.zip |
-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> |