~swaits/aoc2021

96b018581cc9b675eeef28260aa28ba10e91a0ef — Stephen Waits 10 months ago 75b7a36 main
add github mirror
1 files changed, 11 insertions(+), 0 deletions(-)

A .build.yml
A .build.yml => .build.yml +11 -0
@@ 0,0 1,11 @@
image: alpine/edge
secrets:
  - 88cce185-d2ec-4573-9546-e33f36f79bbf
sources:
  - git+ssh://git@git.sr.ht/~swaits/aoc2021
tasks:
  - mirror-to-github: |
      cd ~/aoc2021
      ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
      git remote add github git@github.com:swaits/aoc2021.git
      git push --mirror github