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,13 +10,8 @@ jobs:
|
|||
deploy:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: docker:20.10.24
|
||||
options: --network=host
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${{ github.workspace }}:/workspace
|
||||
working-directory: /workspace
|
||||
|
||||
image: node:22-alpine
|
||||
|
||||
steps:
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue