website/Infrastructure/.drone.yml

13 lines
No EOL
201 B
YAML

kind: pipeline
name: default
clone:
skip_verify: true
steps:
- name: build
image: mcr.microsoft.com/dotnet/core/sdk:2.2
commands:
- apt-get install node
- chmod +x ./build.sh
- ./build.sh