not much progress tbh
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 9s
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 9s
This commit is contained in:
parent
4e2fe3700d
commit
a7a53e6fb6
504 changed files with 15 additions and 552 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue