serverless-presentation/.drone.yml

23 lines
506 B
YAML
Raw Permalink Normal View History

2020-06-08 15:46:09 +02:00
---
kind: pipeline
type: docker
name: presentation-deploy
steps:
- name: build
2020-06-09 09:58:31 +02:00
image: theedgeofrage/sphinx-revealjs-builder
2020-06-08 15:46:09 +02:00
- name: deploy
image: plugins/s3
settings:
access_key:
from_secret: aws_access_key_id
secret_key:
from_secret: aws_secret_access_key
bucket: pavle-presentations
source: _build/revealjs/**/*
strip_prefix: _build/revealjs/
2020-06-08 15:46:09 +02:00
target: /serverless
path_style: true
endpoint: https://minio.theedgeofrage.com