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

@@ -5,9 +5,7 @@ services:
dockerfile: Dockerfile
entrypoint: ""
command: ["sleep", "3600"]
environment:
- DO_TOKEN=dop_v1_edf8bb32e734cf0dbbb40ce9d2b7ad494277caced8636a4823aede610b6c31fa
- RUNNER_ID=pandeganteng
- SPEC=default
env_file:
- .env
volumes:
- ./actions:/actions