Update Drone pipeline (#132)

Add needed commands to container

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Update other build steps

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Move to arm64

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/blog/pulls/132
Reviewed-by: mrsdizzie <info@mrsdizzie.com>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
John Olheiser 2020-06-18 22:21:30 +00:00 committed by techknowlogick
parent dfb1a52977
commit e18ace1470
1 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ name: default
platform:
os: linux
arch: amd64
arch: arm64
workspace:
base: /srv/app
@ -13,14 +13,15 @@ workspace:
steps:
- name: build
pull: always
image: webhippie/hugo:latest
image: plugins/hugo:latest
commands:
- apk add --no-cache make bash curl
- make clean
- make build
- name: publish
pull: always
image: lucap/drone-netlify:latest
image: techknowlogick/drone-netlify:latest
settings:
path: public/
site_id: b3cd7cc2-68be-4467-b3a6-38f1fdfa0cfc