2021-12-05 19:30:12 +00:00
<!doctype html>
< html >
< head >
< title > Zk | 2021-12-05< / title >
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | 2021-12-05< / h1 >
< / header >
< article class = "content" >
< h1 id = "do-tutorial-series" > DO Tutorial series< / h1 >
2021-12-06 02:05:10 +00:00
< h2 id = "proposed-tutorial-series-setting-up-an-application-with-cicd-with-gitea-and-drone" > Proposed tutorial series: Setting up an application with CI/CD with Gitea and Drone< / h2 >
< h3 id = "tutorials" > Tutorials< / h3 >
< ol >
< li > Installing Gitea< / li >
< li > Installing Drone< / li >
< li > Setting up testing< / li >
< li > Setting up deployment< / li >
< li > Setting up feature branch subdomains< / li >
< / ol >
2021-12-05 19:30:12 +00:00
< / article >
< footer >
< p > Page generated on 2021-12-05< / p >
< / footer >
< / main >
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
< / body >
< / html >