not much progress tbh
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 9s

This commit is contained in:
BOTAlex 2025-10-03 06:16:05 +02:00
parent 4e2fe3700d
commit a7a53e6fb6
504 changed files with 15 additions and 552 deletions

View file

@ -12,6 +12,9 @@ jobs:
- name: Signal deprived.dev for rebuild
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_KEY }}
GITKEY: ${{ secrets.GITKEY }}
PUBLIC_URL_BASE: ${{ variables.PUBLIC_URL_BASE }}
PUBLIC_POCKET_URL: ${{ variables.PUBLIC_POCKET_URL }}
run: |
sshkey=$(mktemp)
trap "rm -rf $sshkey" exit