Skip to content

Commit

Permalink
workflow: wip deploy path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Lal committed Dec 20, 2023
1 parent 02fb131 commit d7228f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Upload dist folder
run: |
lftp -e "mirror --parallel=100 -R ./client/dist /github.shubhamlal.in/" ${{ secrets.FTP_SERVER }}
lftp -e "mirror --only-newer --parallel=100 -R ./client/dist /github.shubhamlal.in/" ${{ secrets.FTP_SERVER }}

0 comments on commit d7228f9

Please sign in to comment.