Deployed on G8Deck
It's live.
It's live.
Now push a change.
This is a stock Laravel app running on G8Deck. Edit this page in your fork, push to GitHub, and watch the deployment roll out on its own.
runtime
production
- framework
- Laravel 13.23.0
- php
- 8.4.25
- server
- g8node-62
- database
- checking…
- migrations
- checking…
- cache
- checking…
- visits
- checking…
Workshop flow
Fork first, deploy from the fork — so the deploy key and webhook belong to you.
Fork
Fork this repository to your own GitHub account.
Create
In G8Deck, create an application from your fork.
Deploy
Run the deployment. You get a URL — this page.
Push
Change something, push, and watch it redeploy.
Try it now
Change the headline above, then push. The page updates once the new release is live.
# in your fork
$ vim resources/views/welcome.blade.php
$ git commit -am "Change the headline"
$ git push