GraphQL API and utilities for the rpdata project
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.

20 lines
433 B

  1. workspace:
  2. base: /go
  3. path: src/git.aiterp.net/rpdata/api
  4. pipeline:
  5. docker-release:
  6. image: plugins/docker
  7. repo: vmaple/rpdata
  8. tags: latest
  9. auto_tag: true
  10. secrets: [ docker_username, docker_password ]
  11. when:
  12. event: tag
  13. ref: refs/tags/*
  14. docker-dev:
  15. image: plugins/docker
  16. repo: vmaple/rpdata
  17. tags: trunk
  18. secrets: [ docker_username, docker_password ]
  19. when:
  20. event: push