site/.drone.yml
Alex ee68256a9a
All checks were successful
continuous-integration/drone/push Build is passing
try to fix drone.yml
2021-02-08 15:01:20 +01:00

25 lines
493 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: node:latest
commands:
- npm install
- node render.js
- name: upload
image: plugins/s3
settings:
bucket: deuxfleurs.fr
access_key:
from_secret: aws_access_key_id
secret_key:
from_secret: aws_secret_access_key
source: static/**/*
strip_prefix: static/
target: /
path_style: true
endpoint: https://garage.deuxfleurs.fr
region: garage