fix deploy 3
CI / build-and-start (push) Successful in 46s Details
CI / deploy (push) Successful in 1m19s Details

This commit is contained in:
Иван 2026-03-10 22:20:16 +03:00
parent f887be2884
commit 28edaef77d
1 changed files with 4 additions and 0 deletions

View File

@ -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