aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorArne Schauf <git@asw.io>2018-03-03 01:20:43 +0100
committerArne Schauf <git@asw.io>2018-03-03 01:20:43 +0100
commit43384b305525320a6d02f96501d7a45a6cb40f58 (patch)
tree8b97c8a7fec44e72f9468240eed2c0cd4f376846 /.travis.yml
parent98177f5feda1bf2a469a81b22e67447f3bc7a4bb (diff)
downloadparry-ui-43384b305525320a6d02f96501d7a45a6cb40f58.tar.gz
parry-ui-43384b305525320a6d02f96501d7a45a6cb40f58.zip
fix build assets path
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c02e8e8..665d1fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,6 @@ deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
- local_dir: "dist"
+ local_dir: "dist/spa-mat"
repo: "asmaps/larry-ui-build"
fqdn: "larry.asw.io"