fix drone config 5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
BryantHe 2023-07-09 05:26:52 +08:00
parent 530d52fddd
commit 6fa57028dd
2 changed files with 8 additions and 2 deletions

View File

@ -89,7 +89,7 @@ steps:
- reopened - reopened
- synchronized - synchronized
- name: gitea-pr-comment-failure - name: gitea-pr-comment-failure
image: tsakidev/giteacomment:latest image: tsakidev/giteacomment:1.1.1
settings: settings:
gitea_token: gitea_token:
from_secret: gitea_token from_secret: gitea_token
@ -108,7 +108,7 @@ steps:
- reopened - reopened
- synchronized - synchronized
- name: gitea-pr-comment-success - name: gitea-pr-comment-success
image: tsakidev/giteacomment:latest image: tsakidev/giteacomment:1.1.1
settings: settings:
gitea_token: gitea_token:
from_secret: gitea_token from_secret: gitea_token

View File

@ -14,4 +14,10 @@ services:
tty: true tty: true
working_dir: /app working_dir: /app
command: ["python3", "test.py"] command: ["python3", "test.py"]
networks:
- todo-service
networks:
todo-service:
driver: bridge