mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-04-20 03:50:20 +00:00
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
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m37s
This commit is contained in:
parent
1b724ca1e4
commit
e841932cbf
@ -38,4 +38,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy production
|
- name: Deploy production
|
||||||
if: github.event_name != 'pull_request'
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user