mirror of
https://github.com/sartography/cr-connect-db.git
synced 2025-02-21 11:08:20 +00:00
Adds AWS region
This commit is contained in:
parent
4adc0a3935
commit
556721b3de
@ -12,7 +12,7 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
docker build --no-cache -t sartography/cr-connect-db:latest . || exit 1;
|
docker build --no-cache -t sartography/cr-connect-db:latest . || exit 1;
|
||||||
docker push sartography/cr-connect-db:latest || exit 1;
|
docker push sartography/cr-connect-db:latest || exit 1;
|
||||||
aws sqs send-message --queue-url 'https://queue.amazonaws.com/474683445819/dcos-refresh' --message-body 'crconnect/db' || exit 1;
|
aws sqs send-message --region 'us-east-1' --queue-url 'https://queue.amazonaws.com/474683445819/dcos-refresh' --message-body 'crconnect/db' || exit 1;
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user