This commit is contained in:
parent
d4055f946c
commit
740c160ede
1 changed files with 5 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: node:22-alpine
|
image: docker:24
|
||||||
options: --network=host # (Optional, more below)
|
options: --network=host # (Optional, more below)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -20,6 +20,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 22
|
||||||
|
|
||||||
- name: Deploy with Docker
|
- name: Deploy with Docker
|
||||||
run: |
|
run: |
|
||||||
docker compose down
|
docker compose down
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue