home.social

#deployer — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #deployer, aggregated by home.social.

fetched live
  1. 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.

    wwagner.net/webinar-deployment

    #TYPO3 #Deployment #GitHubActions #Deployer

  2. 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.

    #laravel #php #boycottusa #deployer #deploy

  3. Am I hallucinating or there was `config:cache` command in #Symfony which's intent was to dump the config into PHP-format file to not parse `.env*` files every time 🤔? I am currently working on #Deployer recipe for some PHP project in our company and it seems like it's not there.

  4. Maybe answering my own question: deployer.org? Any one with comments about this one?

    #deployer

  5. #composer docker image now runs with #PHP 8.4 which breaks the #deployer runs. Does someone have a fix for it?

  6. ✍️ 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.

    stefanzweifel.dev/posts/2024/0

    #php #deployer #githubactions #blogging

  7. 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 🫠)

  8. 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!

    mikestreety.co.uk/blog/install

    #composer #deployer #ci

  9. #bitBlog Sylius users can quickly deploy their store with an out-of-the-box #Deployer recipe for #Symfony apps and some minor customizations blog.bitexpert.de/blog/deployi

  10. 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.

    blog.bitexpert.de/blog/deploye

  11. 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 github.com/deployphp/deployer/ - 1. is this a bug, because this can't be intended? 😅
    2. what is the workaround in windows?

  12. The more I play with #Deployer - a #PHP deployment tool that underpinned how we deployed at #Datto - the less I think it's fit for purpose.

    Too opinionated; too tied to #git

    deployer.org