#deployer — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #deployer, aggregated by home.social.
-
https://www.europesays.com/africa/136300/ iSAT Africa Mauritius obtient 13 millions d’euros de Mirova pour déployer 1 000 tours télécoms alimentées au solaire #000 #1 #13 #2026 #Africa #Afrique #alimentées #d’euros #déployer #iSAT #LaTribuneAfrique #Mauritius #millions #Mirova #obtient #solaire #Télécoms #tours
-
https://www.europesays.com/afrique/44956/ iSAT Africa Mauritius obtient 13 millions d’euros de Mirova pour déployer 1 000 tours télécoms alimentées au solaire #000 #1 #13 #2026 #Africa #Afrique #alimentées #d’euros #déployer #iSAT #LaTribuneAfrique #Mauritius #millions #Mirova #obtient #solaire #Télécoms #tours
-
https://www.europesays.com/afrique/2116/ Airtel Africa et SpaceX s’allient pour déployer la technologie direct-to-cell en Afrique #2025 #Africa #Afrique #Airtel #déployer #DirectToCell #LaTribuneAfrique #s’allient #SpaceX #technologie
-
Early-Bird für Deployment-Webinar läuft noch 3 Tage
Falls du noch überlegst: Am 8.12. (14 Uhr) mache ich ein Live-Webinar zu automatischen TYPO3-Deployments mit GitHub Actions und Deployer.
Schluss mit FTP-Uploads. Schluss mit "hoffentlich geht nichts kaputt". Strukturierter Prozess von lokal bis Live.
Bis Freitag (21.11.) sparst du 10 Euro pro Ticket mit dem Early-Bird-Preis.
→ https://wwagner.net/webinar-deployment-mit-github-actions-und-deployer
-
Neu im Forum:
TYPO3 v13 Deployment mit deployer funktioniert nicht
https://t3forum.net/d/935-typo3-v13-deployment-mit-deployer-funktioniert-nicht
-
Neu im Forum:
TYPO3 v13 Deployment mit deployer funktioniert nicht
https://t3forum.net/d/935-typo3-v13-deployment-mit-deployer-funktioniert-nicht
-
Neu im Forum:
TYPO3 v13 Deployment mit deployer funktioniert nicht
https://t3forum.net/d/935-typo3-v13-deployment-mit-deployer-funktioniert-nicht
-
Neu im Forum:
TYPO3 v13 Deployment mit deployer funktioniert nicht
https://t3forum.net/d/935-typo3-v13-deployment-mit-deployer-funktioniert-nicht
-
Neu im Forum:
TYPO3 v13 Deployment mit deployer funktioniert nicht
https://t3forum.net/d/935-typo3-v13-deployment-mit-deployer-funktioniert-nicht
-
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?