This commit is contained in:
parent
907383481e
commit
9e0a8292c2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
variables:
|
||||
# https://hub.docker.com/r/alpine/git/tags
|
||||
- &GIT_VERSION v2.30.1
|
||||
- &GIT_VERSION "alpine/git:v2.30.1"
|
||||
|
||||
steps:
|
||||
- name: build_tex
|
||||
|
|
@ -10,7 +10,7 @@ steps:
|
|||
- cat cv.log
|
||||
|
||||
- name: deploy
|
||||
image: alpine/git:*GIT_VERSION
|
||||
image: *GIT_VERSION
|
||||
commands:
|
||||
- mkdir -p ~/.ssh
|
||||
- echo "${SSH_KEY}" > ~/.ssh/id_ed25519
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue