drone-runtime icon indicating copy to clipboard operation
drone-runtime copied to clipboard

driver: aws

Open bradrydzewski opened this issue 6 years ago • 1 comments

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

bradrydzewski avatar Feb 15 '19 17:02 bradrydzewski

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

bradrydzewski avatar Feb 15 '19 17:02 bradrydzewski