Commit f1abb80
committed
π github: Replace firebase-deployment action (#26)
Replace firebase-deployment action by hand-crafted make targets. This
has been motivated by an apparently broken firebase-tools release
(4 hours old) that cannot be down-graded when using the firebase GitHub
action and is a blocker. Aside: the foxygoat authors believe it is nice
to stay third-party GitHub action free where possible so that the bulk
of what's run on CI can also be run locally.
While at it upgrade the firebase CLI version to the second most recent
one - firebase-11.13.0 works, but the previous firebase-11.6.0 and the
even more recent firebase-11.14.0 do not it seems.
This merges the following commits:
* hermit: Upgrade firebase version
* github: Replace firebase-deployment action
.github/workflows/cicd.yaml | 6 ++++++
.github/workflows/firebase-hosting-merge.yml | 17 -----------------
.../workflows/firebase-hosting-pull-request.yml | 15 ---------------
Makefile | 5 +++--
...irebase-11.6.0.pkg => .firebase-11.13.0.pkg} | 0
bin/firebase | 2 +-
6 files changed, 10 insertions(+), 35 deletions(-)
Pull-Request: #26File tree
6 files changed
+10
-35
lines changed- .github/workflows
- bin
6 files changed
+10
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | | - | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | | - | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments