Logan Koester 3 years ago
parent
commit
39061289d6
No known key found for this signature in database GPG Key ID: EBA7BD5CB8B7CB94
  1. 12
      .drone.yml

12
.drone.yml

@ -7,11 +7,14 @@ name: Waypoint
workspace: workspace:
path: /drone/workspace path: /drone/workspace
image_pull_secrets:
- dockerconfig
steps: steps:
- name: smaug_build - name: build
image: registry.digitalocean.com/smaug/smaug image: registry.digitalocean.com/smaug
commands: commands:
- ls - smaug
- name: waypoint_deploy - name: waypoint_deploy
image: hashicorp/waypoint:latest image: hashicorp/waypoint:latest
@ -35,9 +38,6 @@ trigger:
- push - push
- pull_request - pull_request
image_pull_secrets:
- DOCKER_CONFIG
--- ---
kind: secret kind: secret

Loading…
Cancel
Save