Archi CI/CD

Started by ckl, September 03, 2020, 08:23:47 AM

Previous topic - Next topic

ckl

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

tilman

Hi,

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

BRTL

Jean-Baptiste Sarrodie

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
If you value and use Archi, please consider making a donation!
Ask your ArchiMate related questions to the ArchiMate Community's Discussion Board.

keithlemon

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.