This commit is contained in:
14
.drone.yml
14
.drone.yml
@ -24,10 +24,18 @@ steps:
|
||||
target: /dist
|
||||
path_style: true
|
||||
|
||||
- name: deploy
|
||||
image: plugins/s3
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
auto_tag: true
|
||||
repo: registry.186526.xyz/home-app
|
||||
registry: registry.186526.xyz
|
||||
|
||||
- name: send telegram notification
|
||||
- name: notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token:
|
||||
|
Reference in New Issue
Block a user