snip/.drone.yml
Armin Friedl ab6594b353
All checks were successful
continuous-integration/drone/push Build is passing
Add CI build
2020-10-26 17:39:44 +01:00

23 lines
402 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: webpack
image: node
commands:
- npm install
- npm run publish
- name: publish-container
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile
purge: true
pull_impage: true
repo: arminfriedl/snip
tags: latest