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