Files
BindableProperty/.drone.yml
Ádám Kovács 8dd9f87267
All checks were successful
continuous-integration/drone/push Build is passing
CI
2020-05-06 09:28:28 +02:00

21 lines
380 B
YAML

---
kind: pipeline
type: docker
name: bindableProperty
steps:
- name: build
image: node
commands:
- npm ci
- npm run build:prod
- name: publish
image: plugins/npm
settings:
username:
from_secret: username
password:
from_secret: password
email: kovacsadam07@outlook.hu