Supamiu / Lostark-helper

A set of helper tools for Lost Ark
37 stars 41 forks source link

Add automatic CI #47

Closed attrib closed 2 years ago

attrib commented 2 years ago

This is a easy way to automatic deploy when pushing to master.

To get it working, there needs to be secret (https://github.com/Supamiu/Lostark-helper/settings/secrets/actions) with the name: FIREBASE_TOKEN

The value can be generated using the firebase-cli: firebase login:ci

It says its deprecated but works at the moment. I tried with a service account, but didn't get it working together with @angular/fire:deploy

Do we want to have a separate branch release, so we can first freely merge to master and decide when to release?

attrib commented 2 years ago

Current version is working: https://github.com/attrib/Lostark-helper/actions/runs/3130657981