To configure your Gitlab CI pipeline add a file named .gitlab-ci.yml to your repository, similar to this one: image: alpine stages: - deploy deploy: stage: ...
確定! 回上一頁