Skip to content
Snippets Groups Projects
Unverified Commit 9d12106d authored by Ray Schamp's avatar Ray Schamp Committed by GitHub
Browse files

Merge pull request #1178 from rschamp/s3-publish

Set up S3 deployment
parents d2f8c29d 2678267e
No related branches found
No related tags found
No related merge requests found
......@@ -36,3 +36,13 @@ deploy:
skip_cleanup: true
email: $NPM_EMAIL
api_key: $NPM_TOKEN
- provider: s3
on:
branch: master
access_key_id: $AWS_ACCESS_KEY_ID
secret_access_key: $AWS_SECRET_ACCESS_KEY
bucket: $AWS_BUCKET_NAME
acl: public_read
detect_encoding: true
skip_cleanup: true
local_dir: build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment