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

This commit is contained in:
2025-11-16 13:44:22 +08:00
parent 52ac68fed4
commit f339e5e2f0

View File

@@ -32,6 +32,7 @@ steps:
port: 22 port: 22
script: script:
- cd ~/docker/learn-languages - cd ~/docker/learn-languages
- docker pull registry.edian-studio.com/learn-languages:latest
- docker compose up -d - docker compose up -d
debug: true debug: true