.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
676611abbf
commit
e892c82b10
|
@ -35,7 +35,7 @@ services:
|
||||||
- appnet
|
- appnet
|
||||||
volumes:
|
volumes:
|
||||||
registry-data:
|
registry-data:
|
||||||
letsencrypt-nginx:
|
letsencrypt-registry:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
appnet:
|
appnet:
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Reference in New Issue