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