Browse Source

Initial test

master
Yigit Colakoglu 3 years ago
commit
b4a0f89a2c
2 changed files with 15 additions and 0 deletions
  1. +10
    -0
      .drone.yml
  2. +5
    -0
      Dockerfile

+ 10
- 0
.drone.yml View File

@ -0,0 +1,10 @@
steps:
- name: docker
image: plugins/docker
settings:
username: kevinbacon
password: pa55word
repo: fr1nge/mdzk
tags:
- latest
- '1.0'

+ 5
- 0
Dockerfile View File

@ -0,0 +1,5 @@
FROM rust:latest
RUN cargo install mdzk
CMD mdzk serve /wiki

Loading…
Cancel
Save