This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -8,12 +8,20 @@ name: default
|
||||
steps:
|
||||
- name: markdown
|
||||
image: pandoc/core
|
||||
volumes:
|
||||
- name: shared
|
||||
path: /shared
|
||||
commands:
|
||||
- pandoc --standalone --output=index.html README.md
|
||||
- pandoc --standalone --output=index.html --metadata title="SMT Readme" README.md
|
||||
- cp index.html /shared/index.html
|
||||
|
||||
- name: build
|
||||
image: golang
|
||||
volumes:
|
||||
- name: shared
|
||||
path: /shared
|
||||
commands:
|
||||
- cp /shared/index.html .
|
||||
- sh ./.drone.sh
|
||||
|
||||
# Copy binary to test server
|
||||
|
Reference in New Issue
Block a user