Luciano Andrade 7 years ago
parent
commit
2f2f91bc5d
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .drone.yml

+ 8 - 0
.drone.yml

@@ -11,6 +11,14 @@ services:
 pipeline:
  build:
   image: docker.infra.flowdat.com/fd3/sf-php:latest
+  environment:
+    HOST_FTTH: ftth.test.fd3.flowdat.com
+    HOST_STATS: stats.test.fd3.flowdat.com
+    HOST_MAPAS: mapas.test.fd3.flowdat.com
+    HOST_BASE: base.test.fd3.flowdat.com
+    OAUTH_CLIENT_ID: ""
+    OAUTH_CLIENT_SECRET: ""
+ 
   commands:
       - command -v mysqladmin >/dev/null 2>&1 || { echo "I require mysqladmin but it's not installed.  Aborting." >&2; exit 1; }
       - while ! mysqladmin ping -h 127.0.0.1 --silent; do :; done