Sync package-lock.json as well
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 16m0s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 16m0s
This commit is contained in:
@@ -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: |
|
||||
|
Reference in New Issue
Block a user