Update .forgejo/workflows/deploy.yml
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 8s
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 8s
This commit is contained in:
parent
9770cb5a93
commit
1a973ea4eb
1 changed files with 5 additions and 4 deletions
|
|
@ -10,11 +10,12 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: node:22-alpine
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock # mount host socket
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up 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