Closed attrib closed 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
FIREBASE_TOKEN
The value can be generated using the firebase-cli: firebase login:ci
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
@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?
release
master
Current version is working: https://github.com/attrib/Lostark-helper/actions/runs/3130657981
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 tomaster
and decide when to release?