Build and deploy a simple setup to build your static site and push the build back to GitHub pages on devo.ps.
Simply use the link below:
Once you've forked the repository, open it in devo.ps and you will be prompted for a few settings, including the Git URL for the code of your application.
To deploy your app, you will need to navigate to the tasks page of the repo and run the task manually (click on "play" icon, right of the "Build Laravel app" task).
This setup contains one server (nodes/build-server.yml
) with Node.js (with Bower and Gulp)
We have included as well a task (tasks/gh-pages-build.yml
) that will be executed when GitHub sends a webhook:
- Clone your to-be-compiled site from GitHub.
- Execute your
make build
to generate the site - Commit and push the built version over to the
gh-pages
The current repo provides a very simple setup. Hack at will!
If you have any question, come ask us on the devo.ps chat or shoot us an email at [email protected] (though, you should really just ask us in the chat).