chore: exclude CSS source files from production deployment
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 29s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 29s
This commit is contained in:
parent
d484915c16
commit
236a606a42
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ jobs:
|
||||||
open -u $USERNAME,$PASSWORD $PRODUCTION_HOST;
|
open -u $USERNAME,$PASSWORD $PRODUCTION_HOST;
|
||||||
mirror --reverse --verbose --ignore-time --parallel=10 \
|
mirror --reverse --verbose --ignore-time --parallel=10 \
|
||||||
-x 'local/' \
|
-x 'local/' \
|
||||||
|
-x 'css/' \
|
||||||
assets assets;
|
assets assets;
|
||||||
mirror --reverse --verbose --ignore-time --parallel=10 \
|
mirror --reverse --verbose --ignore-time --parallel=10 \
|
||||||
-x 'accounts/' \
|
-x 'accounts/' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue