Browse Source

ci: Added trunk build

1.0 1.0.0
Gisle Aune 6 years ago
parent
commit
f634a232fd
  1. 8
      .drone.yml

8
.drone.yml

@ -1,4 +1,12 @@
pipeline:
docker-trunk:
image: plugins/docker
repo: vmaple/rpdata-frontend
tags: trunk
secrets: [ docker_username, docker_password ]
when:
event: push
branch: master
docker-release:
image: plugins/docker
repo: vmaple/rpdata-frontend

Loading…
Cancel
Save