ProjectAliceDev / the-angel-returns

The Doki Doki: The Angel Returns mod for Doki Doki Literature Club!
https://theangelreturns.aliceos.app
2 stars 0 forks source link

Update TheAngelReturns/campbell release.json in Travis? #33

Open alicerunsonfedora opened 6 years ago

alicerunsonfedora commented 6 years ago

Is there a way we can automate the updating of our The Angel Returns website's (https://theangelreturns.aliceos.app) release.json so that the build number is automatically updated to the Git hash? It would be wonderful if we could automate this process.

{
    "beta": {
        "version": "0.2.2",
        "build": "1e068e1",
        "can_download": "True"
    }
}
sr229 commented 5 years ago

We can use a after_success script for this but I don't think Travis has a SSH key in the page