TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Git-deploy : a fast way to push a website through ftp

2 点作者 ecaradec将近 15 年前

1 comment

ecaradec将近 15 年前
I've found this tool after looking for a lot of ways to send my website to my hosting server : FTPSync, FTPSync.pl, FTPSync2d, WPUT, GIT-FTP, WEEX and Unison over netdrive.<p>It's very nice because it works over ftp, which means that you can use it with a simple file hosting server. It's also very fast because the diff with the server is done from a single __REVISION__ file.<p>The only issue I had was that I had some files that were different between my hosting server and my local test server, but it's very easy to edit the source to skip them.