mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-07 00:26:31 +00:00
fix docker build yml
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m47s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m47s
This commit is contained in:
@ -32,7 +32,7 @@ jobs:
|
|||||||
run: docker compose --progress plain build --push
|
run: docker compose --progress plain build --push
|
||||||
|
|
||||||
|
|
||||||
- name: Deploy production
|
- name: Deploy production
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
run: |
|
run: |
|
||||||
ssh root@10.0.1.5 -t "cd /mnt && docker compose --progress plain pull portal-ui"
|
ssh root@10.0.1.5 -t "cd /mnt && docker compose --progress plain pull portal-ui"
|
||||||
|
Reference in New Issue
Block a user