mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-06 01:21:39 -04:00
Fix environment variable in netlify deployment
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
877a8c6976
commit
b41c9b762c
3 changed files with 3 additions and 3 deletions
2
.github/workflows/deploy-main.yml
vendored
2
.github/workflows/deploy-main.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
node-version: 18
|
||||
|
||||
- name: Patch files
|
||||
run: bash netlify/patch-files.sh
|
||||
run: bash netlify/patch-files.sh "https://hedgedoc.dev/"
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --immutable
|
||||
|
|
2
.github/workflows/deploy-pr.yml
vendored
2
.github/workflows/deploy-pr.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
node-version: 18
|
||||
|
||||
- name: Patch files
|
||||
run: bash netlify/patch-files.sh "${{ github.event.number }}"
|
||||
run: bash netlify/patch-files.sh "https://${{ github.event.number }}--hedgedoc-ui-test.netlify.app/"
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --immutable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue