.build.yml (407B)
1 image: alpine/edge 2 packages: 3 - git 4 secrets: 5 # ~/.ssh/known_hosts 6 # Could be done without an actual secret, but it seems somewhat nicer 7 # this way 8 - 47b4ed2e-4913-403d-8e8a-85d29f3445e3 9 # SSH private key 10 - 354a00e4-31cc-4ea5-9883-e40c18531d5e 11 tasks: 12 - mirror: | 13 cd htmltools 14 git remote set-url origin git@github.com:lh2/htmltools.git 15 git push --mirror