Compare commits

...

2 Commits

Author SHA1 Message Date
3wc 7e75a27dd2 Add Drone badge
continuous-integration/drone/push Build is passing Details
2021-08-17 23:19:32 +02:00
3wc 2212ec2f1d Add Drone 2021-08-17 23:09:22 +02:00
2 changed files with 15 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

View File

@ -1,5 +1,7 @@
# docker-node-sass
[![Build Status](https://drone.autonomic.zone/api/badges/3wordchant/docker-node-sass/status.svg)](https://drone.autonomic.zone/3wordchant/docker-node-sass)
Docker image for node-sass, based on this blog post:
http://johnbokma.com/blog/2021/06/17/a-docker-image-for-sass.html