fix docker build yml
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m47s

This commit is contained in:
2025-07-05 20:25:42 +05:00
parent f9ed95ae18
commit b22a26a2e8

View File

@ -32,7 +32,7 @@ jobs:
run: docker compose --progress plain build --push
- name: Deploy production
- name: Deploy production
if: github.event_name != 'pull_request'
run: |
ssh root@10.0.1.5 -t "cd /mnt && docker compose --progress plain pull portal-ui"