30 points

I personally am familiar with 2 organisations with millions of dollars in annual revenue that deploy critical line of business applications like this in 2024

permalink
report
reply
10 points

Ftp deployments are supported in azure web apps too, and widely used.

I just came by an org recently that serves intermediate ca certs that way ¯\_(ツ)_/¯

permalink
report
parent
reply
2 points

Oof…

permalink
report
parent
reply
2 points

With something like this, how do you handle the period of time while copying? I mean you can’t really leave it running as it wouldn’t be in a consistent state. A “under maintenance” page instead? Copy to a fresh folder and when done tell the webserver to serve the new location?

permalink
report
parent
reply
1 point
Deleted by creator
permalink
report
parent
reply
9 points
*

It depends. I’ve done it a few different ways:

  • YOLO: especially with thugs like PHP you only affect one page at a time and with low traffic the odds of a problem is small
  • Maintenance page: temporarily show a page. Some servers like IIS have this built in. Otherwise it’s a simple update to httpd conf
  • In a cluster environment, just take the node you’re updating out of rotation, and only update one node at a time.
  • Copy and switch like you suggested. Can be combined with any of the above and is a smart move if upload is slow or can be interrupted, or it’s cumbersome to restore the old files

Edit: spelling

permalink
report
parent
reply
13 points

What’s this fancy shit? I need to mstsc into the Windows desktop and ctrl+c & ctrl+v a zip for IIS web deploy

permalink
report
reply
6 points

I use this to deploy stuff on my web server

permalink
report
reply
9 points

Wait, 31 is an oldtimer ?!

permalink
report
reply
8 points

The early twenties intermediate dev on my team was explaining the other week that if you remember a time before smartphones and broadband, you are old

permalink
report
parent
reply
1 point

Man…

permalink
report
parent
reply
4 points

Plugging a modem into the POTS made them smart I say.

permalink
report
parent
reply
6 points

My wife pointed out to me a couple of years ago that I was simultaneously the oldest person on our Dev team, and the youngest person in our church.

permalink
report
parent
reply
1 point

Ouch.

permalink
report
parent
reply
1 point
*
Deleted by creator
permalink
report
parent
reply
2 points

SAP still seems to do it this way.

permalink
report
reply

Programmer Humor

!programmerhumor@lemmy.ml

Create post

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.

Community stats

  • 5.1K

    Monthly active users

  • 1.5K

    Posts

  • 33K

    Comments