Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Fix Travis CI build process for deployment #18

Open
flowirtz opened this issue Jul 23, 2017 · 1 comment
Open

Fix Travis CI build process for deployment #18

flowirtz opened this issue Jul 23, 2017 · 1 comment

Comments

@flowirtz
Copy link
Contributor

flowirtz commented Jul 23, 2017

Travis fails doing the build, however it works locally. I tried to fix this in a fork. This did not work out however.
Less than successful attempts to fix Travis build

How deployment works atm

One builds locally (see README for reference) and then pushes the master branch to GitHub. Travis will then deploy the dist folder to gh_pages.

How it should be done

Travis does the build and then pushes the result to gh_pages. This in theory can be achieved by just calling npm run build-deploy and then pushing the result in dist, e.g. by using ngh.

The problem

Either npm install or the build fails, that unfortunately differs. I experienced both.

@flowirtz
Copy link
Contributor Author

Also see e61d86c and #15

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant