2023-09-01 21:07:08 -05:00
|
|
|
kind: pipeline
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Download dart sass and hugo
|
2023-09-01 21:21:46 -05:00
|
|
|
image: debian:stable-slim
|
2023-09-01 21:07:08 -05:00
|
|
|
commands:
|
2023-09-01 22:02:09 -05:00
|
|
|
- 'apt-get update'
|
|
|
|
- 'apt-get install -y curl'
|
2023-09-01 22:00:46 -05:00
|
|
|
- '/drone/src/download.sh'
|
2023-09-01 21:07:08 -05:00
|
|
|
- name: build and publish docker image
|
|
|
|
image: plugins/docker
|
|
|
|
pull: always
|
|
|
|
settings:
|
|
|
|
repo: askiiart/hugo
|
|
|
|
tags: latest
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|