mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 07:10:05 +02:00
Only build ui when changes occur
This commit is contained in:
parent
cbbc764f30
commit
057f074553
@ -32,7 +32,7 @@ deployment:
|
|||||||
branch: master
|
branch: master
|
||||||
commands:
|
commands:
|
||||||
- ./bin/docker-login
|
- ./bin/docker-login
|
||||||
- ./bin/on-changes && make -C ui publish | sed '/NPM_TOKEN/d'
|
- ./bin/on-changes ui && make -C ui publish | sed '/NPM_TOKEN/d'
|
||||||
- make -j2 build | sed '/NPM_TOKEN/d'
|
- make -j2 build | sed '/NPM_TOKEN/d'
|
||||||
- make -j2 push | sed '/NPM_TOKEN/d'
|
- make -j2 push | sed '/NPM_TOKEN/d'
|
||||||
- ./bin/deploy
|
- ./bin/deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user