Add Drone

This commit is contained in:
3wc 2021-08-17 23:09:22 +02:00
parent 551c1f203a
commit 2212ec2f1d
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
---
kind: pipeline
name: publish docker image
steps:
- name: build and publish
image: plugins/docker
settings:
username:
from_secret: docker_reg_username_3wc
password:
from_secret: docker_reg_passwd_3wc
repo: 3wordchant/node-sass
tags: latest