update CI workflow
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 16s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 16s
This commit is contained in:
parent
3465ee5b2a
commit
1d74105910
1 changed files with 0 additions and 5 deletions
|
|
@ -38,11 +38,6 @@ jobs:
|
||||||
set ftp:ssl-allow no;
|
set ftp:ssl-allow no;
|
||||||
open -u $USERNAME,$PASSWORD $PRODUCTION_HOST;
|
open -u $USERNAME,$PASSWORD $PRODUCTION_HOST;
|
||||||
mirror --reverse --delete --verbose --ignore-time --parallel=10 \
|
mirror --reverse --delete --verbose --ignore-time --parallel=10 \
|
||||||
-x 'local/' \
|
|
||||||
-x 'css/src/' \
|
|
||||||
-x 'css/style.css' \
|
|
||||||
-x 'css/style.css.map' \
|
|
||||||
-x 'css/style.scss' \
|
|
||||||
assets assets;
|
assets assets;
|
||||||
mirror --reverse --delete --verbose --ignore-time --parallel=10 \
|
mirror --reverse --delete --verbose --ignore-time --parallel=10 \
|
||||||
-x 'accounts/' \
|
-x 'accounts/' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue