Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 8fa02d5

Browse files
authored
chore(deployments): add firebase deployment
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
1 parent 703c307 commit 8fa02d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ permissions:
1010

1111
jobs:
1212
generate-preview:
13+
environment:
14+
name: firebase
15+
url: 'https://staging.nodejs.dev/${{ github.event.pull_request.number }}/'
1316
runs-on: ubuntu-latest
1417
if: github.event.label.name == 'create-preview'
1518
steps:

0 commit comments

Comments
 (0)