-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
1 lines (1 loc) · 4.84 KB
/
Copy pathindex.html
File metadata and controls
1 lines (1 loc) · 4.84 KB
1
<!DOCTYPE html><html lang="zh"><head><meta charset="UTF-8"/><meta name="og:site_name" content="JimLearningBlog"/><link rel="canonical" href="https://jimlearning.github.io"/><meta name="twitter:url" content="https://jimlearning.github.io"/><meta name="og:url" content="https://jimlearning.github.io"/><title>index | JimLearningBlog</title><meta name="twitter:title" content="index | JimLearningBlog"/><meta name="og:title" content="index | JimLearningBlog"/><meta name="description" content="A description of JimLearningBlog"/><meta name="twitter:description" content="A description of JimLearningBlog"/><meta name="og:description" content="A description of JimLearningBlog"/><meta name="twitter:card" content="summary"/><link rel="stylesheet" href="/styles.css" type="text/css"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="shortcut icon" href="/images/favicon.png" type="image/png"/><link rel="alternate" href="/feed.rss" type="application/rss+xml" title="Subscribe to JimLearningBlog"/></head><head><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i"/><link rel="stylesheet" href="/PersonalTheme/fontawesome/all.min.css"/></head><body><header><div class="wrapper"><a class="site-name" href="/">JimLearningBlog</a><p>A description of JimLearningBlog</p><nav><ul><li><a href="/articles"><span class="far fa-newspaper"></span>Articles</a></li><li><a href="/tips"><span class="far fa-lightbulb"></span>Tips</a></li><li><a href="/apps"><span class="far fa-star"></span>Apps</a></li><li><a href="/tags"><span class="fas fa-hashtag"></span>Tags</a></li><li><a href="/about"><span class="far fa-user"></span>About Me</a></li></ul></nav></div></header><div class="wrapper"><div class="animated fadeIn"><h1 class="section-header"><a href="/articles/"><span class="far fa-newspaper"></span>Articles</a></h1><a class="section-header browse-all-link" href="/articles/">Browse all 1 articles</a></div><div class="animated fadeIn"><ul class="item-list grid"><li><article><span class="date">Published on 2019年05月20日.</span><span class="read-time">🕑 5 minutes read.</span><h1><a href="/articles/github-actions">Continuous Deployment with GitHub Actions and Docker Hub</a></h1><ul class="tag-list"><li class="tag variant-0"><a href="/tags/articles">Articles</a></li><li class="tag variant-2"><a href="/tags/docker">Docker</a></li><li class="tag variant-4"><a href="/tags/github">GitHub</a></li><li class="tag variant-1"><a href="/tags/cicd">CI/CD</a></li><li class="tag variant-5"><a href="/tags/raml">RAML</a></li></ul><a href="/articles/github-actions"><p>In this post we will assume that you practice Continuous Integration (CI) and have a product which is packaged as a Docker image. As your next step you are looking to implement Continuous Deployment (CD) from scratch or move to it from a Continuous Delivery workflow. Our aim will be to build and push a docker image to Docker Hub using GitHub actions.</p></a></article></li></ul></div><div class="animated fadeIn"><h1 class="section-header"><a href="/apps/"><span class="far fa-lightbulb"></span>Apps</a></h1><a class="section-header browse-all-link" href="/apps/">Browse all 0 apps</a></div><div class="animated fadeIn"><ul class="item-list grid"></ul></div><div class="animated fadeIn"><h1 class="section-header"><a href="/tips/"><span class="far fa-star"></span>Tips</a></h1><a class="section-header browse-all-link" href="/tips/">Browse all 2 Tips</a></div><div class="animated fadeIn compact"><ul class="item-list grid"><li><article><span class="date">Published on 2020年03月13日.</span><span class="read-time">🕑 3 minutes read.</span><h1><a href="/tips/常用 Git 命令清单">常用 Git 命令清单</a></h1><ul class="tag-list"><li class="tag variant-7"><a href="/tags/tips">Tips</a></li><li class="tag variant-3"><a href="/tags/git">Git</a></li><li class="tag variant-8"><a href="/tags/tools">Tools</a></li></ul><a href="/tips/常用 Git 命令清单"><p>常用 Git 命令清单.</p></a></article></li><li><article><span class="date">Published on 2020年01月28日.</span><span class="read-time">🕑 2 minutes read.</span><h1><a href="/tips/script-with-swift">Script with Swift</a></h1><ul class="tag-list"><li class="tag variant-7"><a href="/tags/tips">Tips</a></li><li class="tag variant-6"><a href="/tags/swift">Swift</a></li></ul><a href="/tips/script-with-swift"><p>Learn how to run executable scripts in Swift.</p></a></article></li></ul></div></div><footer class="animated fadeIn"><p>Jim Learning © 2021.</p><p>Powered by <a href="https://github.com/johnsundell/publish">Publish</a> and hosted on <a href="https://github.com/JimLearning/jimlearning.github.io">GitHub Pages</a>. 100% JavaScript-free.</p><p>Notice a broken link or other issue? <a href="https://github.com/JimLearning/jimlearning.github.io/issues">Open an issue!</a></p><p><a href="/feed.rss">RSS feed</a></p></footer></body></html>