mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
deployment: only run setup after images built.
This commit is contained in:
parent
0adce28a1c
commit
1960e62757
@ -2,11 +2,13 @@
|
||||
triton env
|
||||
|
||||
docker-compose build
|
||||
#docker-compose push
|
||||
docker-compose push
|
||||
|
||||
export DOCKER_HOST=$_DOCKER_HOST
|
||||
export DOCKER_CERT_PATH=$_DOCKER_CERT_PATH
|
||||
export DOCKER_TLS_VERIFY=$_DOCKER_TLS_VERIFY
|
||||
|
||||
./bin/setup
|
||||
|
||||
docker-compose pull
|
||||
docker-compose up -d
|
||||
|
@ -25,7 +25,6 @@ deployment:
|
||||
production: # just a label; label names are completely up to you
|
||||
branch: master
|
||||
commands:
|
||||
- ./bin/setup
|
||||
- ./bin/deploy
|
||||
|
||||
## Custom notifications
|
||||
|
Loading…
Reference in New Issue
Block a user