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:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: self-hosted
|
||||||
container:
|
|
||||||
image: node:22-alpine
|
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # mount host socket
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup Node
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue