Skip to content

Commit

Permalink
hopefully final?
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Aug 31, 2024
1 parent c720fdd commit 1d5d87c
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,12 @@ jobs:
EOF
lftp -u mil,${{ secrets.MIL_UFL_SFTP_PASS }} \
-p ${{ secrets.MIL_UFL_SFTP_PORT }} sftp://mil.ufl.edu << EOF
ls
mirror -c \
--include='.*' \
--exclude='^\..*$' \
--only-newer --ignore-time \
-R --parallel --verbose=3 \
. \
htdocs
exit
EOF
# lftp -c "open -u mil,${{ secrets.MIL_UFL_SFTP_PASS }}
# -p ${{ secrets.MIL_UFL_SFTP_PORT }}
# sftp://mil.ufl.edu;
# ls"
# lftp -c "open -u mil,${{ secrets.MIL_UFL_SFTP_PASS }}
# -p ${{ secrets.MIL_UFL_SFTP_PORT }}
# sftp://mil.ufl.edu;
# mirror -c
# --include='.*'
# --exclude='^\..*$'
# --only-newer --ignore-time
# -R --parallel
# .
# htdocs"

0 comments on commit 1d5d87c

Please sign in to comment.