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:
|
||||
- build/*
|
||||
schedule:
|
||||
- cron: "* * * * 1"
|
||||
- cron: "0 2 * * *"
|
||||
|
||||
jobs:
|
||||
deploy_on_hetzner_single:
|
||||
|
@ -26,6 +26,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
mkdir community-index
|
||||
npm run download:community-index -- community-index/
|
||||
npm run download:community-index -- -- community-index/
|
||||
zip community-index.zip community-index/*
|
||||
scp community-index.zip hetzner:data/
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue