-
Notifications
You must be signed in to change notification settings - Fork 206
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
Automate deployment to python-nameless #124
Comments
One thing that I do when I manually update python-nameless: I look at all the diffs. That would be pretty hard to do on 100-something branches. Maybe it should be a different repo ... |
Hmm...when you did that one pull request a bit ago, this seemed to work fine:
But for the later pull requests I've been making, the variable
I assume that the I wonder if it could literally have something to do with who makes the pull request...although I don't see how that's possible, since it's ultimately running on the same server either way, so it should still be able to access the secret, I would think. Indeed it's literally the same user account accessing the Travis server, so...yeah, no idea why the secret is inaccessible. |
If it's still an issue. Maybe it's for security reasons, and it is updated/set to not be accessible for pull requests? |
This has sorta been solved. Currently there aren't so many branches, master builds and prs should push stuff there. At least if something didn't break with travis, which sadly happens a lot :-) |
Ok. The project should probably also move to travis-ci.com, as the .org one will shut down. See
It might be possible that the automatic redirection they wrote about will work but not sure when they will enable it? The repo icons should be updated, I guess? https://travis-ci.com/github/ionelmc/cookiecutter-pylibrary/builds |
Yes we have to update the .com stuff soon, it's on my pretty unreliable todo list :-) |
Travis.com migration should be done. |
Currently python nameless has just a few branches that I manually build from time to time.
There could be automation to push branches from pylibrary's CI.
However the test projects are ugly (weird values) and env names (that would translate to branch name) are also ugly. I guess that'd be fine.
PRs could build prefixed branch names (@dHannasch).
The text was updated successfully, but these errors were encountered: