+
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-04 12:41:37 +10:00
parent 1d00f0da7f
commit a86aadcada
2 changed files with 11 additions and 12 deletions

View File

@@ -47,6 +47,7 @@ steps:
from_secret: ssh_password
port: 22
script:
- export DOCKER_HOST="unix:///var/run/docker.sock"
- docker stop gptchat || true
- docker rm gptchat || true
- docker pull gitea.allowlgroup.ru/allowlgroup/gptchat:latest