replace / to - in branches

This commit is contained in:
Umputun
2018-01-09 18:49:42 -06:00
parent 00af079697
commit 9eb8341121
+1 -1
View File
@@ -14,7 +14,7 @@ pipeline:
image: plugins/docker
repo: umputun/remark
secrets: [ docker_username, docker_password ]
tags: ${DRONE_REPO_BRANCH}
tags: ${DRONE_REPO_BRANCH/\//-}
deploy:
image: appleboy/drone-ssh