You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to set up some scripts and config with my web host in order to push updates to the site automatically with the running node server.
I have this already working for the cheatsheet, but the doc pages will need something more involved, which should be able to work with the entire site.
The text was updated successfully, but these errors were encountered:
Nice - that's along the same lines of what I was thinking as well.
My previous build server would simply be listening with a github hook and when pushing to master it would git clone (which you are able to do to any public repo) and execute some kind of generic build script (let's call it ./build.sh). This would accomplish continuous deployment on the master branch.
The build script would probably only consist of one time grunt and lein tasks. In fact, we could embed grunt tasks in the project.clj so it only has to call one command.
I need to set up some scripts and config with my web host in order to push updates to the site automatically with the running node server.
I have this already working for the cheatsheet, but the doc pages will need something more involved, which should be able to work with the entire site.
The text was updated successfully, but these errors were encountered: