|
|
@@ -11,6 +11,18 @@ steps:
|
|
|
- npm run build:stage
|
|
|
- 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
|
|
|
- name: scp_files
|
|
|
image: appleboy/drone-scp
|
|
|
settings:
|