This commit is contained in:
parent
d5781f0fb9
commit
e807d9812b
@ -24,6 +24,10 @@ steps:
|
||||
commands:
|
||||
- hugo --gc --minify -b https://blog.broillet.ch/
|
||||
|
||||
- name: copy built website
|
||||
commands:
|
||||
- cp public/ /var/www/html/blog/
|
||||
|
||||
# - name: vps-deploy
|
||||
# commands:
|
||||
# - rsync -ah --stats public/ cirrus:/var/www/html/blog/${DRONE_COMMIT_SHA:0:8}
|
||||
|
Loading…
Reference in New Issue
Block a user