mirror of
https://github.com/sartography/cr-connect-db.git
synced 2025-02-17 09:16:39 +00:00
Adds AWS region
This commit is contained in:
parent
4adc0a3935
commit
556721b3de
@ -12,7 +12,7 @@ before_install:
|
||||
install:
|
||||
docker build --no-cache -t 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:
|
||||
email:
|
||||
|
Loading…
x
Reference in New Issue
Block a user