socializer/.drone.yml
2021-12-23 12:34:44 -06:00

16 lines
254 B
YAML

---
kind: pipeline
type: aws
name: default
pool:
use: windows
steps:
- name: check install
commands:
- 'type C:\ProgramData\Amazon\EC2-Windows\Launch\Log\UserdataExecution.log'
- name: install choco
commands:
- 'powershell choco-install.ps1'