You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516 |
- pipeline:
- build:
- image: cibuilds/hugo:0.57
- environment:
- - HUGO_ENV=production
- commands:
- - hugo --minify
-
- deploy:
- image: lucap/drone-netlify
- site_id: 26af9866-53ac-4f16-ab80-5d90bcc03145
- secrets: [ netlify_token ]
- domain: syfaro.net
- path: ./public
- when:
- branch: master
|