mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-04 09:41:32 +02:00
cd do not build when deployment [skip ci]
This commit is contained in:
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@@ -85,5 +85,5 @@ jobs:
|
||||
ssh -o StrictHostKeyChecking=no ${{ env.MAIN_HOST_USERNAME }}@${{ env.MAIN_HOST }} '
|
||||
cd lumina &&
|
||||
git pull origin main &&
|
||||
docker compose up -d --build
|
||||
docker compose up -d
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user