diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-22 18:34:54 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-24 11:25:07 +0200 |
| commit | 0638a25e2c2476ff19d17da1b7a014aae91692c9 (patch) | |
| tree | d2c216e7d7ba3681ae7bb61d96242f20b2c25e97 /content/en/articles/git-setup-own-server-part2/index.md | |
| parent | 73acafa5f8f5c5a5d83ccee22ff66079b5037c89 (diff) | |
| download | danixxyz-0638a25e2c2476ff19d17da1b7a014aae91692c9.tar.gz danixxyz-0638a25e2c2476ff19d17da1b7a014aae91692c9.zip | |
working on the frontmatters for all articlesrelease_24042026-1126
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"> |
