Skips install step. Moves deploy to script step
This commit is contained in:
parent
1acf5083e5
commit
804f3f1b8d
|
@ -3,7 +3,9 @@ language: bash
|
|||
services:
|
||||
- docker
|
||||
|
||||
install:
|
||||
install: skip
|
||||
|
||||
script:
|
||||
- bash deploy.sh sartography/cr-connect-db
|
||||
|
||||
notifications:
|
||||
|
@ -12,4 +14,3 @@ notifications:
|
|||
on_failure: always
|
||||
recipients:
|
||||
- dan@sartography.com
|
||||
|
||||
|
|
Loading…
Reference in New Issue