~thecatster/di0des

39594020d86bbb4c61425fe2cc6a746eb1af1281 — Daniil Rose 2 years ago bf01c0c
Add mirror to GitHub
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