|
|
@@ -31,6 +31,16 @@ steps:
|
|
|
script:
|
|
|
- export PATH=/usr/local/bin:$PATH
|
|
|
- echo $PATH
|
|
|
+ - name: scp_files_to_test
|
|
|
+ image: appleboy/drone-scp
|
|
|
+ settings:
|
|
|
+ host: 182.92.65.152
|
|
|
+ username: root
|
|
|
+ password: Swsc2021!bd
|
|
|
+ debug: true
|
|
|
+ target: /www/wwwroot/gdsc.svstrong.com/release
|
|
|
+ source: dist
|
|
|
+ rm: true
|
|
|
volumes:
|
|
|
- name: cache # The name use in this pipeline,
|
|
|
host:
|