modif ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Louis 2025-04-02 14:51:23 +02:00
parent 907383481e
commit 9e0a8292c2

View file

@ -1,6 +1,6 @@
variables: variables:
# https://hub.docker.com/r/alpine/git/tags # https://hub.docker.com/r/alpine/git/tags
- &GIT_VERSION v2.30.1 - &GIT_VERSION "alpine/git:v2.30.1"
steps: steps:
- name: build_tex - name: build_tex
@ -10,7 +10,7 @@ steps:
- cat cv.log - cat cv.log
- name: deploy - name: deploy
image: alpine/git:*GIT_VERSION image: *GIT_VERSION
commands: commands:
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- echo "${SSH_KEY}" > ~/.ssh/id_ed25519 - echo "${SSH_KEY}" > ~/.ssh/id_ed25519