down kohffa up kuraanee.. also there is 1 ui
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m37s

This commit is contained in:
Shihaam Abdul Rahman 2025-04-12 03:56:02 +05:00
parent 1b724ca1e4
commit e841932cbf
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -38,4 +38,7 @@ jobs:
- name: Deploy production
if: github.event_name != 'pull_request'
run: ssh root@10.0.1.5 -t "cd /mnt && docker compose pull portal-ui portal-ui && docker compose up -d portal-ui portal-ui"
run: |
ssh root@10.0.1.5 -t "cd /mnt && docker compose pull portal-ui"
ssh root@10.0.1.5 -t "cd /mnt && docker compose down portal-ui"
ssh root@10.0.1.5 -t "cd /mnt && docker compose up -d portal-ui"