Add support for SSH_DEPLOY_KEY variable (instead of only the personal access token)

This commit is contained in:
Carles Pina i Estany
2022-06-09 00:09:10 +02:00
parent f973f49c62
commit 1ff90e4a65
2 changed files with 31 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache git
RUN apk add --no-cache git openssh-client
COPY entrypoint.sh /entrypoint.sh