Compare commits
No commits in common. "afd69e5fbf0e00ee083c68392bdd8a221f36a3f3" and "a02f38e381c9e58448c47ca2db7668e01f9d37c8" have entirely different histories.
afd69e5fbf
...
a02f38e381
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: node:26-bookworm
|
image: node:26-bookworm
|
||||||
volumes:
|
volumes:
|
||||||
- /data/docker/forgejo-runner/data:/runner-data:ro
|
- /home/shinuwa/.ssh/forgejo-runner:/keys/forgejo-runner:ro
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy on WebApps
|
- name: Deploy on WebApps
|
||||||
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
apt-get install -y openssh-client
|
apt-get install -y openssh-client
|
||||||
|
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
cp /runner-data/forgejo-runner.key ~/.ssh/id_ed25519
|
cp /keys/forgejo-runner ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
|
|
||||||
ssh -o StrictHostKeyChecking=no \
|
ssh -o StrictHostKeyChecking=no \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue