1
0
Fork 0
forked from Deuxfleurs/site
deuxfleurs-website/.drone.yml

17 lines
335 B
YAML

pipeline:
build:
image: node:latest
commands:
- npm install
- node render.js
deploy:
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/**/*
target: /