Open allenzhong opened 8 years ago
@chandleryang76 for daily build, you can create a new app on heroku for testing.
1) I think we need to test deployment. if we uncomment below two line in .travis.yml, we can check it
--> on: all_branches: true
2) I have a question. After we upload Gemfile.lock into Sprint1, what happen when merging Sprint1 into Master? Gemfile.lock is uploaded into master without .gitignore?
Cool.
@chandleryang76 we can add new application for test using sprint1 branch
It's okay.
I made 'sprintfortest' app on heroku
If we change app name from sdm2016friends to sprintfortest in .travias.yml, we can test it.
app: sdm2016friends
#on:
# all_branches: true
---->
app: sprintfortest
on:
all_branches: true
i think in .travic.yml, you can add more than one app_key
deploy:
provider: heroku
api_key:
master: ...
production: ...
app:
master: my-app-staging
production: my-app-production
That's good.
Fix issue #10 @chandleryang76