Compare commits

...

2 Commits

Author SHA1 Message Date
9766db873a +
All checks were successful
continuous-integration/drone/push Build is passing
2026-04-04 14:01:33 +10:00
f99f966ed1 +
All checks were successful
continuous-integration/drone/push Build is passing
2026-04-04 13:54:55 +10:00
2 changed files with 22 additions and 0 deletions

View File

@@ -8,6 +8,28 @@ steps:
commands:
- pip install --no-cache-dir -r requirements.txt
- name: docker-build
image: plugins/docker
settings:
repo: gitea.allowlgroup.ru/allowlgroup/parser
registry: https://gitea.allowlgroup.ru
insecure: true
tags:
- latest
- ${DRONE_COMMIT_SHA:0:8}
username:
from_secret: docker_username
password:
from_secret: docker_password
context: .
dockerfile: Dockerfile
when:
branch:
- main
event:
- push
- custom
- name: deploy
image: appleboy/drone-ssh
settings:

Binary file not shown.