Content pfp
Content
@
0 reply
0 recast
2 reactions

Steve pfp
Steve
@stevedylandev.eth
Currently working on a personal blog post about self taught programming and remembered how I used to ship stuff. Was just a server on dreamhost that also had the domain I purchased. Just used FileZilla to drop html css and js files into the right folder, and that was it. No version control, no GitHub, no CI/CD. Just overwriting files to a cloud. Sounds awful now, but also kind of nostalgic. The lesson: just ship it, don’t worry about the how.
3 replies
5 recasts
33 reactions

Justin Hunter pfp
Justin Hunter
@polluterofminds
Deployments via FTP were the best. Let’s bring them back
1 reply
0 recast
4 reactions

links 🏴 pfp
links 🏴
@links
I used to ship the same way! Also was quite fond of using SFTP on SublimeText to work directly on the remote server so I could share updates with my colleagues in real time - they thought I was a wizard. People are spoiled with their automatic hosting and Ci/CD setups nowadays and honestly should just set up a simple web server themselves to learn how it works.
1 reply
0 recast
2 reactions

adrienne pfp
adrienne
@adrienne
I remember the days. FTP files to a temp directory on a server Terminal services in Copy current files into a different temp folder Move new ones to overwrite the old Test it ( visual inspection) At some point and I can’t remember when, we got the ability to copy files into a Remote Desktop and didn’t always need to ftp Good times.
0 reply
0 recast
1 reaction