feat: implement OrchestratorCI workflow with environment setup and droplet creation script

This commit is contained in:
2025-09-22 18:09:12 +08:00
parent 92225317a7
commit 7fb9d24d3e
5 changed files with 141 additions and 5 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM alpine:latest
RUN apk --no-cache add curl bash git doctl
WORKDIR /app
CMD ["sleep", "3600"]