1 files changed, 11 insertions(+), 0 deletions(-)
A .build.yml
A .build.yml => .build.yml +11 -0
@@ 0,0 1,11 @@
+image: archlinux
+sources:
+ - https://git.sr.ht/~thecatster/di0des
+secrets:
+ - 3ec8d6c4-470d-4198-8b1c-b3c772f8fff3
+tasks:
+ - mirror: |
+ cd di0des
+ git remote add github git@github.com:thecatster/di0des
+ ssh-keyscan github.com >> ~/.ssh/known_hosts
+ git push -f github master