MastodonBot/.forgejo/workflows/mapcomplete_edits_en_osm_town.yml
Pieter Vander Vennet bc09f8a719
Some checks failed
/ deploy_on_hetzner_single (push) Failing after 11m3s
Chore: deploy via forgejo actions (dryrun)
2025-02-06 22:37:56 +01:00

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