Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added deploy instructions to README.md #3

Merged
merged 2 commits into from
Feb 22, 2017
Merged

Added deploy instructions to README.md #3

merged 2 commits into from
Feb 22, 2017

Conversation

lucaswoj
Copy link

Adds instructions for deployment of new releases to s3. This frees us from having to do deployment within the GL JS repository.

Related to mapbox/mapbox-gl-js#4305

README.md Outdated
- `npm test`
- `npm version {patch|minor|major}`
- `git push --follow-tags`
- `aws s3 cp --acl public-read mapbox-gl-rtl-text.js.min s3://mapbox-gl-js/plugins/mapbox-gl-rtl-text/$(node --print --eval "require('./package.json').version")/mapbox-gl-rtl-text.js`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't there be a "v" in front of $(node --print --eval "require('./package.json').version")?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah! Yes, there should.

Copy link
Contributor

@ChrisLoer ChrisLoer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@lucaswoj lucaswoj merged commit 2a4ecd5 into master Feb 22, 2017
@lucaswoj lucaswoj deleted the deploy branch February 22, 2017 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants