Mount deploy SSH key in workflow #3
1 changed files with 5 additions and 0 deletions
|
|
@ -9,6 +9,11 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
||||||
|
container:
|
||||||
|
image: node:26-bookworm
|
||||||
|
volumes:
|
||||||
|
- /home/shinuwa/.ssh/forgejo-runner:/keys/forgejo-runner:ro
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy on WebApps
|
- name: Deploy on WebApps
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue