Skip to content

Instantly share code, notes, and snippets.

View dplanella's full-sized avatar

David Planella dplanella

View GitHub Profile
@fabdbt
fabdbt / .gitlab-ci.yml
Created September 12, 2018 09:30
GitLab CI - Minify JS / CSS and upload them to AWS S3
# DO NOT FORGET TO SET YOUR ENVIRONMENT VARIABLES : AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION (protected)
stages:
- minify
- upload
minify_js:
image: node:latest
stage: minify
before_script: