forked from Ivasoft/traefik
add sh before script in deploy...
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
committed by
Vincent Demeester
parent
a70c6f25ea
commit
2048f77178
@@ -55,13 +55,13 @@ deploy:
|
||||
repo: containous/traefik
|
||||
tags: true
|
||||
- provider: script
|
||||
script: script/deploy.sh
|
||||
script: sh script/deploy.sh
|
||||
skip_cleanup: true
|
||||
on:
|
||||
repo: containous/traefik
|
||||
tags: true
|
||||
- provider: script
|
||||
script: script/deploy-docker.sh
|
||||
script: sh script/deploy-docker.sh
|
||||
skip_cleanup: true
|
||||
on:
|
||||
repo: containous/traefik
|
||||
|
||||
Reference in New Issue
Block a user