|
|
@@ -12,17 +12,17 @@ steps:
|
|
|
- pwd
|
|
|
- ls -la
|
|
|
- name: remoteFiles
|
|
|
- image: appleboy/drone-ssh
|
|
|
- settings:
|
|
|
- host: deploy.iamsee.com
|
|
|
- username: root
|
|
|
- password: $jgkj001
|
|
|
- debug: true
|
|
|
- script:
|
|
|
- - cd /www/wwwroot/railway-web.iamsee.com/release
|
|
|
- - pwd
|
|
|
- - chattr -i dist/.user.ini
|
|
|
- - rm -rf dist
|
|
|
+ image: appleboy/drone-ssh
|
|
|
+ settings:
|
|
|
+ host: deploy.iamsee.com
|
|
|
+ username: root
|
|
|
+ password: $jgkj001
|
|
|
+ debug: true
|
|
|
+ script:
|
|
|
+ - cd /www/wwwroot/railway-web.iamsee.com/release
|
|
|
+ - pwd
|
|
|
+ - chattr -i dist/.user.ini
|
|
|
+ - rm -rf dist
|
|
|
- name: scp_files
|
|
|
image: appleboy/drone-scp
|
|
|
settings:
|