Update .forgejo/workflows/deploy.yml
Some checks are pending
Deploy SvelteKit / deploy (push) Waiting to run
Some checks are pending
Deploy SvelteKit / deploy (push) Waiting to run
This commit is contained in:
parent
1a973ea4eb
commit
36ed076899
1 changed files with 4 additions and 5 deletions
|
|
@ -9,13 +9,12 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:22-alpine
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock # mount host socket
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue