use git-lfs

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-24 09:11:01 +01:00
parent fd10cb473a
commit 420e742a80
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -19,7 +19,7 @@ steps:
- name: Push git - name: Push git
image: alpine:latest image: alpine:latest
commands: commands:
- apk add git openssh - apk add git openssh git-lfs
- mkdir ~/.ssh - mkdir ~/.ssh
- echo "$SSH_KEY" > ~/.ssh/id_ed25519 - echo "$SSH_KEY" > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519 - chmod 600 ~/.ssh/id_ed25519