vi .gitlab-ci.yml. stages: - build - test - docker - production # ... production: stage: production type: deploy script: - gem install dpl ...
確定! 回上一頁