-
由 Suzanne Selhorn 创作于
Because we want our top pages to be unordered lists.
由 Suzanne Selhorn 创作于Because we want our top pages to be unordered lists.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
build_application.md 2.46 KiB
stage: none
group: Tutorials
info: For assistance with this tutorials page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments-to-other-projects-and-subjects.
Build your application
Learn about CI/CD pipelines
Use CI/CD pipelines to automatically build, test, and deploy your code.
Topic | Description | Good for beginners |
---|---|---|
Create and run your first GitLab CI/CD pipeline | Create a .gitlab-ci.yml file and start a pipeline. |
{star} |
Get started: Learn about CI/CD (9m 02s) | Learn about the .gitlab-ci.yml file and how it's used. |
{star} |
GitLab CI/CD | Learn about GitLab CI/CD and build a pipeline in this self-paced course. | {star} |
CI deep dive (22m 51s) | Take a closer look at pipelines and continuous integration concepts. | |
Set up CI/CD in the cloud | Learn how to set up CI/CD in different cloud-based environments. | |
Find CI/CD examples and templates | Use these examples and templates to set up CI/CD for your use case. | |
Understand CI/CD rules (8m 56s) | Learn more about how to use CI/CD rules. | |
Use Auto DevOps to deploy an application | Deploy an application to Google Kubernetes Engine (GKE). |
Publish a static website
Use GitLab Pages to publish a static website directly from your project.
Topic | Description | Good for beginners |
---|---|---|
Create a Pages website from a CI/CD template | Quickly generate a Pages website for your project using a CI/CD template for a popular Static Site Generator (SSG). | {star} |
Create a Pages website from scratch | Create all the components of a Pages website from a blank project. |