mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 07:10:05 +02:00
build: remove deployment stage
This commit is contained in:
parent
2f8ca24fa0
commit
b2803fcfed
22
circle.yml
22
circle.yml
@ -44,14 +44,14 @@ test:
|
||||
- packages/*/package.json
|
||||
- package.json
|
||||
|
||||
deployment:
|
||||
pre:
|
||||
# install docker-compose
|
||||
- sudo curl -L https://github.com/docker/compose/releases/download/1.13.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
|
||||
- sudo chmod +x /usr/local/bin/docker-compose
|
||||
# install and setup triton
|
||||
- yarn global add triton@4.15.0 || cat /home/ubuntu/.yarn-config/global/yarn-error.log
|
||||
development:
|
||||
branch: master
|
||||
commands:
|
||||
- ./scripts/deploy
|
||||
# deployment:
|
||||
# pre:
|
||||
# # install docker-compose
|
||||
# - sudo curl -L https://github.com/docker/compose/releases/download/1.13.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
|
||||
# - sudo chmod +x /usr/local/bin/docker-compose
|
||||
# # install and setup triton
|
||||
# - yarn global add triton@4.15.0 || cat /home/ubuntu/.yarn-config/global/yarn-error.log
|
||||
# development:
|
||||
# branch: master
|
||||
# commands:
|
||||
# - ./scripts/deploy
|
||||
|
Loading…
Reference in New Issue
Block a user