...
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
2025-11-03 21:15:47 +08:00
parent 5cf100c111
commit 97a21dfd2f

View File

@@ -11,10 +11,14 @@ steps:
- name: build
image: plugins/docker
settings:
repo: learn-languages
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: registry.edian-studio.com/learn-languages
registry: registry.edian-studio.com
tags:
- latest
dry_run: true
- name: deploy
image: appleboy/drone-ssh
@@ -28,7 +32,7 @@ steps:
port: 22
script:
- cd ~/docker/learn-languages
- docker-compose restart || docker-compose up -d
- docker-compose up -d
debug: true
trigger: