Update .gitea/workflows/deploy_prod.yaml
test / test action (push) Successful in 1s Details

main
vladzvx 2025-08-27 15:22:44 +03:00
parent 73279a9a39
commit 1b9083d5bf
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ jobs:
- name: build
run: docker-compose -f ./klhztrader/build-docker-compose.yml up -d
- name: clear build
run: (docker stop klhz_trader || true) & (docker rm klhz_trader || true)
run: docker stop klhz_trader