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