pidgin/nest

Add a convey plan for ci/cd

2019-01-31, Gary Kramlich
0b3fbd73b2c9
Parents 0d5b24d7dba0
Children d000f1f9c9e2
Add a convey plan for ci/cd
  • +9 -0
    convey.yml
  • --- a/convey.yml Thu Jan 24 17:37:28 2019 +0000
    +++ b/convey.yml Thu Jan 31 20:40:04 2019 -0600
    @@ -13,6 +13,11 @@
    push:
    type: docker/push
    image: ${REPO}:${TAG}
    + login:
    + type: docker/login
    + username: ${DOCKERHUB_USERNAME}
    + password: ${DOCKERHUB_PASSWORD}
    + server: docker.io
    plans:
    default:
    @@ -21,4 +26,8 @@
    publish:
    stages:
    - tasks: [push]
    + cicd:
    + stages:
    + - tasks: [import, build]
    + - tasks: [login, push]