down kohffa up kuraanee.. also this is api
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m52s

This commit is contained in:
Shihaam Abdul Rahman 2025-04-12 03:54:50 +05:00
parent 8670023233
commit b02a7eb47d
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-api portal-api-nginx"
ssh root@10.0.1.5 -t "cd /mnt && docker compose down portal-api portal-api-nginx"
ssh root@10.0.1.5 -t "cd /mnt && docker compose up -d portal-api portal-api-nginx"