.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-05-01 23:23:33 +01:00
parent 676611abbf
commit e892c82b10
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ services:
- appnet - appnet
volumes: volumes:
registry-data: registry-data:
letsencrypt-nginx: letsencrypt-registry:
networks: networks:
appnet: appnet:

View File

@ -12,7 +12,7 @@ def deploy(
ctx ctx
): ):
return { return {
"name": "deploy", "name": "deploy {name}".update(name = name),
"image": "appleboy/drone-ssh", "image": "appleboy/drone-ssh",
"environment": environment(secrets), "environment": environment(secrets),
"settings": { "settings": {