diff options
Diffstat (limited to 'content/en/articles/git-setup-own-server-part2/index.md')
| -rw-r--r-- | content/en/articles/git-setup-own-server-part2/index.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/content/en/articles/git-setup-own-server-part2/index.md b/content/en/articles/git-setup-own-server-part2/index.md index c5b7f49..42c50c4 100644 --- a/content/en/articles/git-setup-own-server-part2/index.md +++ b/content/en/articles/git-setup-own-server-part2/index.md @@ -1,14 +1,15 @@ +++ title = "Git – how to setup your own server pt 2" author = "Danilo M." -type = "life" +type = "tech" date = "2018-12-17T07:39:08+00:00" excerpt = "followup on my previous article regarding GIT and how to automatically deploy python flask scripts to serve a web app with apache." draft = true image = "/uppies/2018/12/gitout.jpg" -categories = ["blogging", "code", "diy", "linux"] -tags = ["automation", "do it yourself", "flask", "git", "howto", "python", "ssh"] +categories = [ "DIY", "Code"] +tags = [ "git", "linux", "python", "howto", "automation", "ssh", "flask", "do it yourself"] +++ + This is a followup on [my previous article about how to setup your server][1] to handle a GIT repository and deploy to a web server like apache. Since I started experimenting with python and web publishing with it I wanted a way to push all the changes to my codebase directly to a web server, in a similar way as to what I already do with php and apache.<figure class="wp-block-pullquote" style="border-color:#abb8c3"> |
