куча говна
Some checks failed
Deploy / deploy (push) Failing after 1m27s

This commit is contained in:
Никита Круглицкий 2025-10-20 00:16:59 +06:00
parent a433e1982b
commit 511cb76888

View File

@ -25,9 +25,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: Build - name: Build
run: docker build -t chad-client ./client \ run: docker build -t chad-client ./client --build-arg COMMIT_SHA=${{ gitea.sha }} --build-arg API_BASE_URL=${{ vars.API_BASE_URL }}
--build-arg COMMIT_SHA=${{ gitea.sha }} \
--build-arg API_BASE_URL=${{ vars.API_BASE_URL }}
- name: Stop old container - name: Stop old container
run: docker rm -f chad-client || true run: docker rm -f chad-client || true