Skip to content

Commit

Permalink
modify main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Lal committed Dec 22, 2023
1 parent 313a1fa commit 09a39cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: |
echo "machine ${{ secrets.FTP_HOST }} login ${{ secrets.FTP_USERNAME }} password ${{ secrets.FTP_PASSWORD }}" > ~/.netrc
- name: Upload contents of dist folder
- name: Upload contents of _next folder
run: |
lftp -e "mirror --only-newer --parallel=100 -R ./client/_next/ /drawing.shubhamlal.in/" ${{ secrets.FTP_HOST }}
lftp -e "mirror --only-newer --parallel=100 -R ./client/_next/ /drawing.shubhamlal.in/_next/" ${{ secrets.FTP_HOST }}

0 comments on commit 09a39cf

Please sign in to comment.