Neu im Forum:
Deployer shared directories symlink 403-Error
https://t3forum.net/d/917-deployer-shared-directories-symlink-403-error
#t3academyforum #deployer-symlink #403-forbidden
Neu im Forum:
Deployer shared directories symlink 403-Error
https://t3forum.net/d/917-deployer-shared-directories-symlink-403-error
#t3academyforum #deployer-symlink #403-forbidden
Cancelled envoyer.io a couple of weeks ago (US based). This week I had a few changes to deploy so I played around with deployer. Docs are not very clear, so getting up to speed was a bit more of a challenge than I would have liked, but in the end, succeeded. Much quicker to deploy than using envoyer.io, and more versatile.
Worth noting that deployer handles load balanced site quite gracefully.
Maybe answering my own question: deployer.org? Any one with comments about this one?
New BlogPost: Local builds with Deployer 7: https://nerdpress.org/2024/11/08/deploy-local-build-with-deployer7/ #PHP #Deployer
✍️ Deployer: Build and Cache Frontend Assets once using GitHub Actions
Wrote down how I use the actions/cache-Action and the `hashFiles`-functions to build my frontend assets once and reuse them during the Deployer deployment.
I clicked on a Microsoft link today and legitimately thought it was malware. The website took like 30 seconds to render anything and somehow loads 46 MB of assets?!
(At my part-time job, the company uses #MicrosoftTeams. Just last week we set up #deployer to send webhook notifications to a Teams "team”. Today we get the deprecation warning 🫠)
Reminiscing over the blog posts I wrote in 2023 and came across the intro to this one:
*"Installing private composer packages can be a bit like Crufts - you sometimes have to jump through so many hoops and tunnels and all you get at the end is a belly rub."*
Not quite sure where that come from!
https://www.mikestreety.co.uk/blog/install-private-composer-packages-with-ci-and-deployer/
#bitBlog Sylius users can quickly deploy their store with an out-of-the-box #Deployer recipe for #Symfony apps and some minor customizations https://blog.bitexpert.de/blog/deploying_sylius_with_deployer
I published a small @bitexpert blog post on how to deploy Sylius with Deployer. Enjoy!
https://blog.bitexpert.de/blog/deploying_sylius_with_deployer
How can the #Tideways "Deployment Events" feature be used in a CI pipeline with #Deployer? I've covered the steps needed in our latest @bitexpert blog post.
https://blog.bitexpert.de/blog/deployer_tideways_deployment_events
Hey #php community - For #deployer we try to write a json into a file so in short "echo $json > file". Unfortuantely escapeshellarg breaks the json for windows https://github.com/deployphp/deployer/issues/3478 - 1. is this a bug, because this can't be intended? 😅
2. what is the workaround in windows?