Skip to content

Instantly share code, notes, and snippets.

@ashphy
Created October 14, 2017 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashphy/bfdff65576adf8a81279a00ae4790620 to your computer and use it in GitHub Desktop.
Save ashphy/bfdff65576adf8a81279a00ae4790620 to your computer and use it in GitHub Desktop.
restore-cache:
image: plugins/s3-cache:1
pull: true
endpoint: http://minio:9000
access_key: DRONE
secret_key: DRONEDRONE
restore: true
path: '/org-name/repo-name/'
rebuild-cache:
image: plugins/s3-cache:1
pull: true
endpoint: http://minio:9000
access_key: DRONE
secret_key: DRONEDRONE
rebuild: true
path: '/org-name/repo-name/'
mount:
- node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment