-
Notifications
You must be signed in to change notification settings - Fork 101
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
Deploy continuously #724
Deploy continuously #724
Conversation
.travis.yml
Outdated
deploy: | ||
- provider: script | ||
skip_cleanup: true | ||
script: ./travis-release-tag.sh | ||
script: | ||
- git tag "$(python setup.py --version)" |
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.
I'd be more confortable if this was tested on a test branch, with a dev version.
@@ -22,3 +30,7 @@ deploy: | |||
distributions: "bdist_wheel" | |||
on: | |||
tags: true | |||
- provider: script | |||
script: ssh deploy-api@api.openfisca.fr |
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.
We should also do ssh deploy-new-api@api-test.openfisca.fr
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.
I guess ssh deploy-new-api@api.openfisca.fr
is called by ssh deploy-api@api.openfisca.fr
f61ce21
to
fa57feb
Compare
Connected to openfisca/openfisca-ops#4
Ces changements :