Why did I do package-lock and not package?
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 19m33s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 19m33s
This commit is contained in:
@@ -49,9 +49,9 @@ jobs:
|
||||
run: |
|
||||
rsync -avz --delete --exclude '.git' --exclude '.gitea' --exclude 'README.md' --exclude 'LICENSE.md' --exclude 'LICENSE' --exclude '.github' --exclude '.gitignore' --exclude '.gitattributes' --exclude 'deploy.yml' ./dist/ ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:${{ secrets.DEPLOY_DIRECTORY }}
|
||||
|
||||
- name: Copy package-lock.json via rsync
|
||||
- name: Copy package.json via rsync
|
||||
run: |
|
||||
rsync -avz ./package-lock.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