mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
Only build ui when changes occur
This commit is contained in:
parent
cbbc764f30
commit
057f074553
@ -32,7 +32,7 @@ deployment:
|
||||
branch: master
|
||||
commands:
|
||||
- ./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 push | sed '/NPM_TOKEN/d'
|
||||
- ./bin/deploy
|
||||
|
Loading…
Reference in New Issue
Block a user