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