Canot find CD configuration in my project gitlab

I canot find CD(Continuous Deployment) configuration in my project gitlab, so I want to know if it is limited in Gitlab CE or need to setting to see the CD function

The CD options are configured in .gitlab-ci.yml, so the CI configuration you see in the image above, that’s it.

Thanks for answer…so CD is about deploy in .gitllab-ci.yml?

Yep, GitLab CI is pretty flexible in that matter. We have a bunch of things to read about at https://docs.gitlab.com/ee/ci/.

Cool, another thing is if has some examples about gitlab deploy to host server automatically for docker image…For example after push image successfully and then the next step is to pull the latest image in remote server, and up the container baser on the latest image