aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-05-25 19:05:41 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-05-25 19:08:11 -0500
commit52e6545f25b8a53f38b5bbc54c1613200b54ab82 (patch)
tree111234b554b6cb1e8e442e384710e661c70da0b2
parent9f0bed2426053f16ac87fa3840ee7aa3ea65b213 (diff)
build: remove sr.ht build script
Pushing to both github.com and sr.ht mirrors is now handled by a post-update hook on git.tobyvin.dev/.dotfiles
-rw-r--r--.build.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index ad03f28..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-image: archlinux
-secrets:
- - f65d5d0d-b171-42f7-a125-d788245b25a0
-tasks:
- - mirror: |
- git clone --mirror https://git.sr.ht/~tobyvin/.dotfiles mirror
- cd mirror
- git config --add core.sshCommand 'ssh -o "StrictHostKeyChecking=accept-new"'
- git push --mirror git@github.com:tobyvin/.dotfiles.git