<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Actions - 标签 - 浅忆博客</title><link>https://blog.curlc.com/tags/actions/</link><description>Actions - 标签 - 浅忆博客</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Mon, 18 May 2026 23:18:38 +0800</lastBuildDate><atom:link href="https://blog.curlc.com/tags/actions/" rel="self" type="application/rss+xml"/><item><title>使用 GitHub Actions + rsync/SSH 实现 Hugo 自动部署</title><link>https://blog.curlc.com/github-actions-hugo-deploy-server/</link><pubDate>Mon, 18 May 2026 23:18:38 +0800</pubDate><author>浅忆</author><guid>https://blog.curlc.com/github-actions-hugo-deploy-server/</guid><description><![CDATA[<p>由于本博客之前还是手动部署，忍受一段时间后实在受不了了，还是开启了 CI/CD 日子~</p>
<h2 id="目标">目标</h2>
<p>实现：</p>
<div class="code-block open">
    <div class="code-header language-text">
        <span class="code-title"><i class="arrow fas fa-angle-right fa-fw" aria-hidden="true"></i></span>
        <span class="ellipses"><i class="fas fa-ellipsis-h fa-fw" aria-hidden="true"></i></span>
        <span class="copy" title=""><i class="far fa-copy fa-fw"
                aria-hidden="true"></i></span>
    </div>
    <div class="highlight">
        <pre class="line-numbers"><code class="language-text">本地写文章 → git push 到 GitHub → GitHub Actions 自动构建 Hugo → rsync 部署到服务器</code></pre>
    </div>
</div>]]></description></item></channel></rss>