Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Regenerate production tiles #227

Regenerate production tiles

Regenerate production tiles #227

name: Regenerate production tiles
on:
workflow_dispatch:
schedule:
- cron: "0 4 * * 1-5"
jobs:
trigger_generation:
environment:
name: production
url: https://tiles.radverkehrsatlas.de
runs-on: ubuntu-latest
steps:
- name: Restart tarmac production
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
script: |
echo "Restart tarmac container"
cd /srv/processing/
docker compose restart -t 30 app