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;
|
- install -v -T -m 0400 ${SSH_DEPLOY_KEY} ~/.ssh/deploy && echo "IdentityFile ~/.ssh/deploy" >> ~/.ssh/config;
|
||||||
after_script:
|
after_script:
|
||||||
- zip -qr node_modules.zip node_modules
|
- zip -qr node_modules.zip node_modules
|
||||||
- du -h node_modules node_modules.zip
|
- du -hs node_modules node_modules.zip
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
@ -58,6 +58,7 @@ frontend:build:
|
|||||||
paths:
|
paths:
|
||||||
- static
|
- static
|
||||||
- config/webpack.yml
|
- config/webpack.yml
|
||||||
|
- config/favicon.json
|
||||||
name: "${CI_JOB_NAME}"
|
name: "${CI_JOB_NAME}"
|
||||||
expire_in: "1 day"
|
expire_in: "1 day"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user