No known key found for this signature in database
GPG Key ID: EBA7BD5CB8B7CB94
1 changed files with
6 additions and
6 deletions
-
.drone.yml
|
|
@ -7,11 +7,14 @@ name: Waypoint |
|
|
|
workspace: |
|
|
|
path: /drone/workspace |
|
|
|
|
|
|
|
image_pull_secrets: |
|
|
|
- dockerconfig |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: smaug_build |
|
|
|
image: registry.digitalocean.com/smaug/smaug |
|
|
|
- name: build |
|
|
|
image: registry.digitalocean.com/smaug |
|
|
|
commands: |
|
|
|
- ls |
|
|
|
- smaug |
|
|
|
|
|
|
|
- name: waypoint_deploy |
|
|
|
image: hashicorp/waypoint:latest |
|
|
@ -35,9 +38,6 @@ trigger: |
|
|
|
- push |
|
|
|
- pull_request |
|
|
|
|
|
|
|
image_pull_secrets: |
|
|
|
- DOCKER_CONFIG |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
kind: secret |
|
|
|