fix ci
This commit is contained in:
parent
49182ba92c
commit
35074bd0c9
1 changed files with 6 additions and 2 deletions
|
|
@ -12,11 +12,15 @@ build and deploy:
|
||||||
- npm ci
|
- npm ci
|
||||||
- npm run build
|
- npm run build
|
||||||
- |
|
- |
|
||||||
|
cd dist
|
||||||
lftp -c "
|
lftp -c "
|
||||||
set ftp:ssl-allow no;
|
set ftp:ssl-allow no;
|
||||||
open -u $USERNAME,$PASSWORD $HOST;
|
open -u $USERNAME,$PASSWORD $HOST;
|
||||||
mirror --reverse --verbose --ignore-time --parallel=10 \
|
mirror --reverse --verbose --ignore-time --parallel=10 \
|
||||||
dist/site site;
|
-x 'accounts/' \
|
||||||
|
-x 'cache/' \
|
||||||
|
-x 'sessions/' \
|
||||||
|
site site;
|
||||||
mirror --reverse --verbose --ignore-time --parallel=10 \
|
mirror --reverse --verbose --ignore-time --parallel=10 \
|
||||||
dist/assets assets;
|
assets assets;
|
||||||
quit"
|
quit"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue