mirror of
https://github.com/sartography/cr-connect-db.git
synced 2025-03-02 15:30:40 +00:00
17 lines
221 B
YAML
17 lines
221 B
YAML
language: bash
|
|
|
|
services:
|
|
- docker
|
|
|
|
install: skip
|
|
|
|
script:
|
|
- bash deploy.sh sartography/cr-connect-db
|
|
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: always
|
|
recipients:
|
|
- dan@sartography.com
|