Sync package-lock.json as well
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 16m0s

This commit is contained in:
2025-09-01 10:34:07 +09:30
parent f743618b5f
commit 85234ce522

View File

@@ -51,7 +51,7 @@ jobs:
- name: Copy package.json via rsync
run: |
rsync -avz ./package.json ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:${{ secrets.DEPLOY_DIRECTORY }}
rsync -avz ./package*.json ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:${{ secrets.DEPLOY_DIRECTORY }}
- name: Install and restart service
run: |