website icon indicating copy to clipboard operation
website copied to clipboard

master → main

Open danirabbit opened this issue 3 weeks ago • 2 comments

Fixes #3832


Deployment plan:

  • [ ] Clone beside existing master on golf
  • [ ] Clone existing websocket for PHP
  • [ ] Migrate any required data/config that isn't in this repo

Post-deployment:

  • [ ] Change weblate branch settings

danirabbit avatar Dec 16 '25 22:12 danirabbit

@lewisgoddard do we also need to update nginx.conf?

  root /var/www/io.elementary/master;
    fastcgi_pass unix:/run/php/website-master.sock;
    fastcgi_index index.php;
    fastcgi_param PHPENV "production";
    fastcgi_param SCRIPT_FILENAME /var/www/io.elementary/master/$fastcgi_script_name;

danirabbit avatar Dec 16 '25 22:12 danirabbit

Yes, if we move it on the server (otherwise it might get confusing). Not sure where else this might be referenced, especially server-side, but I don't think that config gets auto-imported over there. This will need careful deployment.

lewisgoddard avatar Dec 16 '25 22:12 lewisgoddard