Commit d5744ab6 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub

Merge pull request #532 from ericchiang/fix-travis-deployments

*: try to fix travis deployments by adding script with no arguments
parents ea55bee5 ca4002a9
......@@ -36,7 +36,7 @@ script:
deploy:
provider: script
script: "./build-docker push"
script: scripts/deploy
skip_cleanup: true
on:
branch: master
......
#!/bin/bash
./build-docker push
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment