Use alpine:3.21 for deploy steps to fix OpenSSH key format
This commit is contained in:
parent
f83e5bf914
commit
57b9b3a567
@ -31,7 +31,7 @@ steps:
|
|||||||
depends_on: [install]
|
depends_on: [install]
|
||||||
|
|
||||||
deploy-backend:
|
deploy-backend:
|
||||||
image: alpine
|
image: alpine:3.21
|
||||||
secrets: [staging_deploy_key]
|
secrets: [staging_deploy_key]
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache openssh-client
|
- apk add --no-cache openssh-client
|
||||||
@ -48,7 +48,7 @@ steps:
|
|||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
deploy-admin:
|
deploy-admin:
|
||||||
image: alpine
|
image: alpine:3.21
|
||||||
secrets: [staging_deploy_key]
|
secrets: [staging_deploy_key]
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache openssh-client
|
- apk add --no-cache openssh-client
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user