Archi Forum

Archi => General Archi Discussion => Topic started by: ckl on September 03, 2020, 08:23:47 AM

Title: Archi CI/CD
Post by: ckl on September 03, 2020, 08:23:47 AM
Hi All,

I just created a little GitHub repo to share a basic BitBucket Pipelines script that generates and publishes HTML architecture docs each time the file is merged to master:

https://github.com/chriskl/archi-cicd

I thought we could collect various CI/CD/publish techniques there if people wish.

Has anyone else done much in this space?

Cheers,

Chris
Title: Re: Archi CI/CD
Post by: tilman on September 23, 2020, 12:59:10 PM
Hi,

I built something similar which publishes to confluence. However, I am running into font issues when exporting..

BRTL
Title: Re: Archi CI/CD
Post by: Jean-Baptiste Sarrodie on September 23, 2020, 17:41:03 PM
Hi,

Quote from: tilman on September 23, 2020, 12:59:10 PM
I built something similar which publishes to confluence. However, I am running into font issues when exporting..

I'd be interrested to know how you publish to Confluence (I have a similar use-case but never found time to work on it, so help would be much appreciated).

Regards,

JB
Title: Re: Archi CI/CD
Post by: keithlemon on September 27, 2020, 18:00:57 PM
I plan on taking up creating an Azure Pipeline to build and deploy the HTML into an Azure Static Web App.  Combining the build and deployment with coArchi feels so right!  I look forward to sharing out my progress.