snip/.drone.yml

24 lines
402 B
YAML
Raw Permalink Normal View History

2020-10-26 16:39:44 +00:00
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