summaryrefslogtreecommitdiff
path: root/.drone.yml
blob: 4e26d9f561ef2f3af32689606c2610ab70da85a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
kind: pipeline
type: docker
name: deploy_hugo

steps:
- name: build
  image: klakegg/hugo
  environment:
    HUGO_ENVIRONMENT: production
    HUGO_ENV: production

- name: deploy
  image: nginx
  commands:
    - mv public /usr/share/nginx/html