Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Dec 27, 2019
1 parent 6cd4477 commit 5e19eae
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .drone.yml
Expand Up @@ -11,6 +11,8 @@ steps:
- yarn install
- yarn lint
when:
event:
- push
branch:
exclude:
- master
Expand All @@ -24,16 +26,9 @@ steps:
repo: registry.git.tdem.in/amber_web
registry: registry.git.tdem.in
dockerfile: Dockerfile
tags:
- ${DRONE_TAG}
- latest
when:
branch:
exclude:
- develop
- backend
- feature/*

trigger:
event:
- push
- tag
- promote
- rollback
event:
- tag

0 comments on commit 5e19eae

Please sign in to comment.