-
Notifications
You must be signed in to change notification settings - Fork 24
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
Auto deploy on AWS #28
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
9ca4dd4
feat: deploy in CI
xtuc b7ebf6f
chore: force-deploy
xtuc eee0b80
chore: remove now scripts
xtuc 60189e5
feat: add bucket_name
xtuc d855bf1
chore: update dpl keys
xtuc 2748978
test
xtuc 4d66b86
fix: remove branch restrictions
xtuc 985adf3
feat: permit current branch to deploy
xtuc 8e87990
fix: try with sudo
xtuc 2a7adb4
feat: ignore cleanup
xtuc 905da64
fix: remove cleanup
xtuc f12dbc6
fix: changes AWS keys
xtuc 9b0aaa9
test
xtuc 67e827d
feat: bucket path
xtuc b30b516
Merge remote-tracking branch 'upstream/master' into dpl-aws-eb
xtuc 7512e7e
feat: use on tags
xtuc 5a6d0dd
fix: [skip ci] cleanup
xtuc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: | ||
- "stable" | ||
- stable | ||
env: | ||
global: | ||
- BUILD_TIMEOUT=10000 | ||
- NODE_ENV=production | ||
install: npm install | ||
|
||
deploy: | ||
provider: elasticbeanstalk | ||
access_key_id: AKIAJX4HOIEXUAHVC77A | ||
secret_access_key: | ||
secure: Jo7CdQvF7ZShMgs9MW+oUKozfdLiR+g8N+6E/g+T5u+9HarzR0VdvJMBxlm1BlU6t3kUdeT1RShMlhb9a2bbWNEZFjWlz9PFXRgGa4w79ezGGYIufO4uNDyilvR1jGkwFONEStMQwO6qyL4TS4LzvRe9aoNSIccYXsanSSFxXQ619shoq47y3zSxKcMhpWCkNENFPWmmaJGUtenM/RQC5Pg3JJE+O86yLKQcf0kWSVi83fx3LH1yl9Y52sjutJ1p8BVRcAf//+6tUiAG9cHedRfnPpq81rOhZufSSE/nMF7VpheXfkU0js1KfeFCP5qQ9N8A5ps6sjuUCBbFDHU4ASxqeL/PhfDBwfNGUkLKyrZClDvG/mvz04DzxF5VZjyL273nXxHYjDPlcf6e1BLdYuMYIMuiXJnjRu55G9fCVJdA4BumpWsVaVA6tP9+2TcKWnCa7fvKJDOSxzqfikww+cTQPWzfvzJJO6hzc1REWWZ6VqLk5s5GktfbeJ2CHR9lUlWmAj0GDEzSJdONTCcvWR4zNFUOmK77dTwFCVld8dn/6m1fasNLELAT5tCJvHuQ98GWdqlsNPslcbsj3FeA46+uSyR5458TAh5rbyIKvAqcaI4snCCqejStpAUVqOhiBKAI0V315RI55Y1iDDid7V2PDEOm1bZe/6876zQ0JsQ= | ||
region: us-east-1 | ||
app: packd | ||
env: packd-prod | ||
bucket_name: elasticbeanstalk-us-east-1-161663720085 | ||
bucket_path: packd | ||
on: | ||
tags: true | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be deployed for each tags.