Some checks failed
/ deploy_on_hetzner_single (push) Failing after 11m3s
22 lines
No EOL
575 B
YAML
22 lines
No EOL
575 B
YAML
on: [ push ]
|
|
|
|
jobs:
|
|
deploy_on_hetzner_single:
|
|
runs-on: [ ubuntu-latest ]
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: Set up Node.js
|
|
uses: actions/setup-node@v3
|
|
with:
|
|
node-version: "20"
|
|
cache: "npm"
|
|
cache-dependency-path: package-lock.json
|
|
|
|
- name: install deps
|
|
run: npm ci
|
|
shell: bash
|
|
|
|
- name: Create mapcomplete edits overview
|
|
shell: bash
|
|
run: ts-node src/index.ts -- ./.forgejo/workflows/config/config.json ${{ secrets.MAPCOMPLETE_EDITS_EN_OSM_TOWN }} --dry-run |