Automatically deploy to bbaovanc.com using Drone #1
@ -4,6 +4,11 @@ type: docker
|
|||||||
name: Deploy to bbaovanc.com
|
name: Deploy to bbaovanc.com
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Update submodules
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: Build site
|
- name: Build site
|
||||||
image: mapitman/docker-hugo
|
image: mapitman/docker-hugo
|
||||||
commands:
|
commands:
|
||||||
|
Reference in New Issue
Block a user