Skips install step. Moves deploy to script step

This commit is contained in:
Aaron Louie 2020-06-16 12:23:26 -04:00
parent 1acf5083e5
commit 804f3f1b8d
1 changed files with 3 additions and 2 deletions

View File

@ -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