mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-04-10 23:47:05 +02:00
fix beta deployment
This commit is contained in:
2
.github/workflows/cd_beta.yml
vendored
2
.github/workflows/cd_beta.yml
vendored
@@ -83,6 +83,6 @@ jobs:
|
||||
run: |
|
||||
ssh -o StrictHostKeyChecking=no ${{ env.BETA_HOST_USERNAME }}@${{ env.BETA_HOST }} '
|
||||
cd lumina &&
|
||||
git pull origin main &&
|
||||
git pull origin beta &&
|
||||
docker compose up -d
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user