forked from MapComplete/MapComplete
Actions: attempt to fix script
This commit is contained in:
parent
7a6cd34d0d
commit
17f839b02f
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@ on:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- build/*
|
- build/*
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "* * * * 1"
|
- cron: "0 2 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy_on_hetzner_single:
|
deploy_on_hetzner_single:
|
||||||
|
@ -26,6 +26,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir community-index
|
mkdir community-index
|
||||||
npm run download:community-index -- community-index/
|
npm run download:community-index -- -- community-index/
|
||||||
zip community-index.zip community-index/*
|
zip community-index.zip community-index/*
|
||||||
scp community-index.zip hetzner:data/
|
scp community-index.zip hetzner:data/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue