~lh2/slideshow

066c11490b11f48882144ece2afd67f361901731 — Lukas Henkel 5 years ago 76d1386
GitHub mirror
1 files changed, 15 insertions(+), 0 deletions(-)

A .build.yml
A .build.yml => .build.yml +15 -0
@@ 0,0 1,15 @@
image: alpine/edge
packages:
    - git
secrets:
    # ~/.ssh/known_hosts
    # Could be done without an actual secret, but it seems somewhat nicer
    # this way
    - 47b4ed2e-4913-403d-8e8a-85d29f3445e3
    # SSH private key
    - 354a00e4-31cc-4ea5-9883-e40c18531d5e
tasks:
    - mirror: |
        cd slideshow
        git remote set-url origin git@github.com:lh2/slideshow.git
        git push --mirror