Browse Source

Archivo drone.yml

Guillermo Espinoza 7 years ago
parent
commit
0bd9baa317
1 changed files with 13 additions and 0 deletions
  1. 13 0
      .drone.yml

+ 13 - 0
.drone.yml

@@ -0,0 +1,13 @@
+pipeline:
+ docker_php_sf:
+   repo : docker.infra.flowdat.com/fd3/php-sf
+   image: fd3/php-sf
+   email: luciano@interlink.com.ar
+   registry: docker.infra.flowdat.com
+   username: drone
+   password: 6hd2dLfL
+   dockerfile: Dockerfile
+   tag: latest
+   when:
+    event: [pull_request, push, tag]
+    branch: master