Guillermo Espinoza 7 anni fa
parent
commit
0bd9baa317
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  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