fix deploy 3
This commit is contained in:
parent
f887be2884
commit
28edaef77d
|
|
@ -28,7 +28,11 @@ jobs:
|
|||
deploy:
|
||||
needs: build-and-start
|
||||
runs-on: [ubuntu-latest, docker]
|
||||
container:
|
||||
image: node:20-bookworm
|
||||
steps:
|
||||
- name: Install Docker
|
||||
run: apt-get update -qq && apt-get install -y -qq docker.io docker-compose
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Deploy
|
||||
|
|
|
|||
Loading…
Reference in New Issue