Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Redeploy donations endpoint #3

Open
AnotherDroog opened this issue Apr 25, 2019 · 2 comments
Open

Redeploy donations endpoint #3

AnotherDroog opened this issue Apr 25, 2019 · 2 comments
Labels
question Further information is requested

Comments

@AnotherDroog
Copy link
Member

It would be neat to reuse our pi-factory tooling and containers when deploying this time, to have a unified architecture

That makes documentation, maintenance, etc much easier!

@AnotherDroog AnotherDroog added the question Further information is requested label Apr 25, 2019
@meeDamian
Copy link
Member

Not sure what you mean here?

If you want to download latest release, you can just use sth like:

curl -sL $(curl -s https://api.github.com/repos/lncm/donations/releases/latest | jq -r '.assets[].browser_download_url' | grep index | head -n1) > index.html

Alternatively, if you know version you want to download you can just go directly for it with:

curl -sL https://github.com/lncm/donations/releases/download/<VERSION>/index-<VERSION>.html > index.html

@AnotherDroog
Copy link
Member Author

AnotherDroog commented Aug 19, 2019

We’ve automated setting up the LN node, so deploying the entire system programmatically, in containers or otherwise looks desirable

A functional test that is funded with testnet coins could give some assurance on a working endpoint that generates invoices successfully

It would be possible to run within a compose file of lnd, invoicer and noma

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants