選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.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