25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.drone.yml 212B

2 달 전
1234567891011
  1. kind: pipeline
  2. name: deploy_test
  3. steps:
  4. - name: build
  5. image: ubuntu-latest
  6. commands:
  7. - echo "🖥️ The workflow is now ready t1o test your code1 on the runner."
  8. trigger:
  9. branch:
  10. - master