You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.drone.yml 212B

2 maanden geleden
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