-
Notifications
You must be signed in to change notification settings - Fork 0
/
.drone.yml
38 lines (37 loc) · 882 Bytes
/
.drone.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
image: php:5.5
git:
path: github.com/kmontres/oscarphprepo
script:
- echo "build commands"
- .shipped/build
- .shipped/test
clone:
path: github.com/kmontres/oscarphprepo
build:
image: php:5.5
commands:
- echo "build commands"
- .shipped/build
- .shipped/test
publish:
docker:
dockerfile: ./Dockerfile
docker_host: 10.10.10.15:2375
docker_version: 1.4.1
registry_login_url: $$bintray_repo_login_url
registry_login: true
username: $$bintray_user
password: $$bintray_api_key
email: $$bintray_user_email
image_name: $$bintray_image_name
push_latest: true
tag: $$COMMIT
registry: $$bintray_registry
repo: $$bintray_repo
notify:
webhook:
image: shippedrepos-docker-drone.bintray.io/drone-webhook
urls:
- "https://api.ciscoshipped.io/webhooks/drone"
on_success: true
on_failure: true