Fixed action
Some checks failed
Deploy dev on push / on-push-deploy_sh-edraft (push) Failing after 3m16s

This commit is contained in:
Sven Heidemann 2023-09-27 17:33:50 +02:00
parent a7f9fa5818
commit d72715d51b

View File

@ -34,6 +34,7 @@ jobs:
- name: Build docker bot
run: |
cd kdb-bot
docker image prune -f
cpl docker-build
@ -47,6 +48,7 @@ jobs:
- name: Build docker web
run: |
cd kdb-web
docker image prune -f
npm run docker-build