chore: propagate favicon.json to backend build
This commit is contained in:
parent
fd7700afd9
commit
cc76a072c8
@ -39,7 +39,7 @@ npm install:
|
||||
- install -v -T -m 0400 ${SSH_DEPLOY_KEY} ~/.ssh/deploy && echo "IdentityFile ~/.ssh/deploy" >> ~/.ssh/config;
|
||||
after_script:
|
||||
- zip -qr node_modules.zip node_modules
|
||||
- du -h node_modules node_modules.zip
|
||||
- du -hs node_modules node_modules.zip
|
||||
artifacts:
|
||||
paths:
|
||||
- node_modules/
|
||||
@ -58,6 +58,7 @@ frontend:build:
|
||||
paths:
|
||||
- static
|
||||
- config/webpack.yml
|
||||
- config/favicon.json
|
||||
name: "${CI_JOB_NAME}"
|
||||
expire_in: "1 day"
|
||||
dependencies:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user