Compare commits

..

1 Commits

Author SHA1 Message Date
Adam Veldhousen 96fae6abc6
add drone ci
ci.vdhsn.com/push Build is failing Details
2023-06-02 18:32:19 -05:00
1 changed files with 2 additions and 5 deletions

View File

@ -10,19 +10,16 @@ steps:
- name: Build & Publish - name: Build & Publish
image: plugins/kaniko image: plugins/kaniko
settings: settings:
dockerfile: "./src/catalog/Dockerfile.prod-backend"
context: "./src"
registry: git.vdhsn.com registry: git.vdhsn.com
repo: git.vdhsn.com/barretthousen/service-catalog
# username: # username:
# from_secret: DOCKER_USERNAME # from_secret: DOCKER_USERNAME
# password: # password:
# from_secret: DOCKER_PASSWORD # from_secret: DOCKER_PASSWORD
args: repo: git.vdhsn.com/
- "service=catalog"
no-push: true no-push: true
tags: tags:
- ${DRONE_COMMIT_SHA} - ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}
# --- # ---
# kind: pipeline # kind: pipeline
# type: kubernetes # type: kubernetes