jimmykane / quantified-self

Compare files from various activity trackers
GNU Affero General Public License v3.0
188 stars 24 forks source link

Migrate to GitHub actions #212

Closed jimmykane closed 3 years ago

jimmykane commented 3 years ago

Migrate build and deploy to GitHub actions.

DoPaNik commented 3 years ago

Are there any special requirements?

jimmykane commented 3 years ago

Hi @DoPaNik I think nothing more than issuing a build and deploying to firebase.

Previously it was using travis , but that broke at some point and deployments are now done by me, which is not so good after all. Creates the risk of using my local module cache, especially when switching branches that have different / updated dependencies.

DoPaNik commented 3 years ago

I'll take a look.

jimmykane commented 3 years ago

Hey thank you @DoPaNik

If you need any collab permission here I have no issues giving such :-)

Even if temporarily

DoPaNik commented 3 years ago

Hey and thanks @jimmykane, at the moment i don't know exactly where I might need permissions. Haven't done anything with firebase before and have a look at it for now. I'll get back to you.

jimmykane commented 3 years ago

Yeah I am not sure as well, just wanted to say a heads up if you need anything.

In theory from what I had searched in the past, github actions should have an action for firebase deploy. Just saying