Update .forgejo/workflows/deploy.yml
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 13s
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 13s
This commit is contained in:
parent
3461d935a1
commit
7e3ec2e84d
1 changed files with 2 additions and 7 deletions
|
|
@ -10,12 +10,7 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: docker:20.10.24
|
image: node:22-alpine
|
||||||
options: --network=host
|
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
- ${{ github.workspace }}:/workspace
|
|
||||||
working-directory: /workspace
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue