Skip to content

Commit f61e69d

Browse files
committed
gs: Add CI selection choice doc
Signed-off-by: Andy Doan <[email protected]>
1 parent a3cddab commit f61e69d

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Choosing Your CI Solution
2+
=========================
3+
4+
FoundriesFactories supports two different modes for building Targets.
5+
6+
FoundriesFactory Managed
7+
------------------------
8+
9+
Every Factory includes a `containers.git` hosted at source.foundries.io.
10+
This works out of the box and changes pushed here will be built automatically by our CI system and produce Targets that can be deployed to your device(s).
11+
12+
To get started with the Foundriesio managed solution you'll need to:
13+
14+
- :ref:`Install Fioctl <gs-install-fioctl>` in order to work with source.foundries.io.
15+
- :ref:`Build and deploy <gs-building-deploying-app>` your first application.
16+
17+
Self-hosted
18+
-----------
19+
20+
The self-hosted option works well for people wanting more control of their workflows.
21+
It works great with products like GitHub.
22+
There is a one-time setup that takes about 30 minutes.
23+
24+
To get started with the self-hosted option, you'll need to follow the steps outlined in the :ref:`Custom CI <ug-custom-ci-for-apps>` guide.

source/getting-started/gs-container-only.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ Getting Started with Container-only Factories
66
.. toctree::
77

88
signup-container-only/index
9+
ci-selection
910
fioup-registration/index

0 commit comments

Comments
 (0)