Skip to content

Commit

Permalink
ci: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hacxy committed Jul 25, 2024
1 parent 1b5ad5f commit 27c4bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
source: 'dist,prisma,package.json,pnpm-lock.yaml,ecosystem.config.js'
source: 'dist,prisma,package.json,pnpm-lock.yaml,ecosystem.config.js,tsconfig.json'
target: '/${{secrets.SSH_USERNAME}}/Projects/.cover-admin-service_temp/'
rm: true

Expand Down

0 comments on commit 27c4bc5

Please sign in to comment.