ci/cd
All checks were successful
Deploy / build (push) Successful in 30s

This commit is contained in:
Никита Круглицкий 2025-09-26 00:58:11 +06:00
parent e02ceb9e16
commit 18cbfae2d6

View File

@ -24,6 +24,9 @@ jobs:
- name: Build - name: Build
run: docker build -t paxton:latest . run: docker build -t paxton:latest .
- name: Stop old container
run: docker rm -f paxton || true
- name: Run - name: Run
run: | run: |
docker run -d \ docker run -d \