Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Travis deploy docker images rewritten new auth with env vars #420

Merged

Conversation

nunojusto
Copy link
Contributor

This PR is meant to put back the docker push functionality but using env vars inside the travis.yml instead of the repository setting panel.

It was clear that this way is secure as we can read below:

$ echo "Test Success - Branch($TRAVIS_BRANCH) Pull Request($TRAVIS_PULL_REQUEST) Tag($TRAVIS_TAG)" Test Success - Branch(travis-deploy-rewritten-new-auth) Pull Request(false) Tag()
if $TRAVIS_PULL_REQUEST is false we are safe

https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions

"Travis CI makes encrypted variables and data available only to pull requests coming from the same repository. These are considered trustworthy, as only members with write access to the repository can send them.
Pull requests sent from forked repositories do not have access to encrypted variables or data."

… possible to compile the Node using source from master or development branch
Updated README.md to have the Node Interaction Diagram and removed tr…
Update NullStackItemsStack.cs
Complete implementation of RedisDbJsonRepository and its Unit Tests. …
docker compose to run node with neo-private-network
fix peers to point to default neo-privnet peers
Integrate local-faucet in the multi-container ecosystem
@osmirnov osmirnov merged commit 426f005 into CityOfZion:development Sep 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants