This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/docs/getting-started/1201-ci-environment.md
Gerhard Lazu 6e3c35e1ad
Rename CI/CD platform to CI environment
As discussed here:
https://github.com/dagger/dagger.io/issues/38#issuecomment-1057469048

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
2022-03-04 18:26:12 +00:00

898 B

slug displayed_sidebar
/1201/ci-environment europa

From local dev to CI environment

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

<Tabs defaultValue="github-actions" groupId="ci-environment" values={[ {label: 'GitHub Actions', value: 'github-actions'}, {label: 'CircleCI', value: 'circleci'}, {label: 'GitLab', value: 'gitlab'}, ]}>

Since Dagger early access required a GitHub account, GitHub Actions seems like a reasonable starting point.

If you would like us to document this CI environment next, mention it here: dagger#1677

If you would like us to document this CI environment next, mention it here: dagger#1677