|
|
@@ -52,7 +52,7 @@ steps:
|
|
|
- name: deploy
|
|
|
image: appleboy/drone-ssh
|
|
|
settings:
|
|
|
- host: deploy.iamsee.com
|
|
|
+ host: deploy.ninecase.top
|
|
|
username: root
|
|
|
password: $jgkj001
|
|
|
debug: true
|
|
|
@@ -64,7 +64,7 @@ steps:
|
|
|
- nohup java -jar /www/wwwroot/railway.iamsee.com/release/railway-admin/target/railway-admin.jar --spring.profiles.active=dev -Ddruid.mysql.usePingMethod=false > /www/wwwroot/railway.iamsee.com/out.log 2>&1 &
|
|
|
trigger:
|
|
|
branch:
|
|
|
- - dev
|
|
|
+ - 20221201
|
|
|
volumes:
|
|
|
- name: cache # The name use in this pipeline,
|
|
|
host:
|