forked from mystiq/dex
*: try to fix travis deployments by adding script with no arguments
This commit is contained in:
parent
1e0ee1e435
commit
ca4002a9c6
3 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,7 @@ script:
|
|||
|
||||
deploy:
|
||||
provider: script
|
||||
script: "./build-docker push"
|
||||
script: scripts/deploy
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
|
|
3
scripts/deploy
Executable file
3
scripts/deploy
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
./build-docker push
|
Loading…
Reference in a new issue