drone-runtime
drone-runtime copied to clipboard
driver: aws
create an aws driver that spins up servers on-deman
kind: pipeline
type: aws
config:
image: ami-1a2b3c4d
instance: t3.small
region: us-west-2
credentials:
from_secret: aws_credentials
steps:
- name: build
commands:
- docker build -t foo/bar .
- docker push foo/bar
one blocker that I want to figure out is how we will support windows. I actually have no clue how to remote into a windows machine in a manner similar to linux+ssh.
edit: https://github.com/masterzen/winrm