Automatically deploy to bbaovanc.com using Drone #1

Merged
bbaovanc merged 12 commits from drone-ci-deploy into master 2021-04-14 00:56:00 -05:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 836a6a5809 - Show all commits

View File

@ -4,6 +4,11 @@ type: docker
name: Deploy to bbaovanc.com
steps:
- name: Update submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: Build site
image: mapitman/docker-hugo
commands: