Compare commits
2 commits
1570d60374
...
9843a20dfc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9843a20dfc | ||
|
|
d6d2f26317 |
4 changed files with 5 additions and 10 deletions
|
|
@ -23,10 +23,4 @@ jobs:
|
|||
HOST: ${{ secrets.HOST }}
|
||||
run: |
|
||||
apt-get update -qq && apt-get install -y -qq lftp
|
||||
cat > /tmp/lftp-script.txt <<SCRIPT
|
||||
set ftp:ssl-allow no
|
||||
open -u $USERNAME,$PASSWORD $HOST
|
||||
mirror --reverse --verbose --ignore-time --parallel=10 -x .git/ -x .forgejo/ -x .claude/ -x backup/ . .
|
||||
quit
|
||||
SCRIPT
|
||||
lftp -f /tmp/lftp-script.txt
|
||||
lftp -u "$USERNAME,$PASSWORD" "$HOST" -e "set ftp:ssl-allow no; mirror --reverse --verbose --ignore-time --parallel=10 -x cache/ -x .git/ -x .forgejo/ -x .claude/ -x backup/ . .; quit"
|
||||
|
|
|
|||
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
# Cache JSON (généré côté serveur, ne pas écraser)
|
||||
cache/
|
||||
|
||||
# Claude settings
|
||||
# ———————————————
|
||||
.claude
|
||||
.claude
|
||||
|
|
|
|||
1
cache/content.en.json
vendored
1
cache/content.en.json
vendored
File diff suppressed because one or more lines are too long
1
cache/content.fr.json
vendored
1
cache/content.fr.json
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue