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