@@ -58,3 +58,7 @@ pipeline:
username: drone
password: 6hd2dLfL
tag: latest
+ when:
+ event: [pull_request, push, tag]
+ branch: master
+
@@ -1,6 +0,0 @@
-# This file is auto-generated during the composer install
-parameters:
- device_check_url: 'http://%env(HOST_BASE)%/api/devices/check.json'
- device_post_url: 'http://%env(HOST_BASE)%/api/devices.json'
- device_delete_post_url: 'http://%env(HOST_BASE)%/api/device.json'
- device_put_url: 'http://%env(HOST_BASE)%/api/devices/'