diff --git a/.drone.yml b/.drone.yml index c7532d1..86376fa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: registry: porto.interlegis.leg.br mirror: https://registrycache.interlegis.leg.br pull: if-not-exists - dockerfile: docker/Dockerfile + dockerfile: Dockerfile auto_tag: true username: from_secret: porto_user diff --git a/README.md b/README.md index 01ffed7..4fb06aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # drone-terraform -[![Build Status](http://beta.drone.io/api/badges/jmccann/drone-terraform/status.svg)](http://beta.drone.io/jmccann/drone-terraform) +[![Build Status](https://drone.interlegis.leg.br/api/badges/SEIT/drone-terraform/status.svg)](https://drone.interlegis.leg.br/SEIT/drone-terraform) Drone plugin to execute Terraform plan and apply. For the usage information and a listing of the available options please take a look at [the docs](https://github.com/jmccann/drone-terraform/blob/master/DOCS.md).