blob: 5f07d8b5109aed2a047b49bd1a00407e95653a4b (
plain) (
tree)
|
|
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: /
endpoint: https://garage.deuxfleurs.fr/
path_style: true
|