Build 'one-click' build & deploy script
SeiferTim opened this issue · 2 comments
SeiferTim commented
I had something sort-of working before, and lost it, but the idea would be to make a simple script that can be run (maybe by Travis, after a new commit passes?)
That:
- Builds all of the demo projects for flash (cleaning up all the extra junk that gets made in the process)
- connects to the server where the website is being hosted and synchronizes the 'live' version with the latest build.
Also, it could do some other, fancy things like: combine all the demos into a single, easy to download zip file? I'm open to suggestions.
SeiferTim commented
This should be working now. Might need some tweaking to get perfect.
SeiferTim commented
Just realized that since none of the build demos are in the repo, the script won't upload them when travis runs.. shouldn't be too hard to fix, just need to look into it...