Ben
Ben
This is working for me on 0.0.46 so not sure about 0.0.47
That's a good point. Were you going to redo some front-end elements as well? I can start writing some basic ones just for forms if you wanted? Maybe some folder...
JavaScript shouldn't modify the elements a lot then?
@cerw You're thinking about it the other way around I think? This issue is for adding actual dusk tests to deployer repo, not deployment.
Sorry, I meant the domain URL you enter when creating/editing the project!
Yeah I use same server for a number of projects so I have to keep adding it to new projects. What about using the template section to add servers in?...
For staging or non-production deployments, I'd look into something like https://kubernetes.io which can be used with GitLab to auto deploy staging sites without calling a deployer (this).
Would this package not be better? https://github.com/spatie/laravel-backup Can backup files as well as DB + clean them.
Yeah I checked to see what you used. Didn't see a purge/clean command for backup-manager?
Try doing a command with `@var` and assigning it to the right place. Better yet, use Route facade? :)