feat: update orchestrating script to use decoded SSH private key and enhance SSH connection validation; modify Dockerfile and docker-compose to streamline environment variable management

This commit is contained in:
2025-09-23 13:13:31 +08:00
parent 7fb9d24d3e
commit 975035a54a
3 changed files with 106 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
FROM alpine:latest
RUN apk --no-cache add curl bash git doctl
RUN apk --no-cache add curl bash git doctl openssh
WORKDIR /app