Fix yml typo
This commit is contained in:
parent
0a63bcf237
commit
84c8418711
@ -2,8 +2,7 @@ kind: pipeline
|
||||
name: buildsite
|
||||
|
||||
steps:
|
||||
|
||||
- name: restore_cache:
|
||||
- name: restore_cache
|
||||
image: appleboy/drone-sftp-cache
|
||||
settings:
|
||||
host: 192.168.10.5
|
||||
@ -47,7 +46,7 @@ steps:
|
||||
source: ./dist
|
||||
|
||||
- name: cleanup
|
||||
image: appleboy/drone-scp
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host: 192.168.10.5
|
||||
username: thomas
|
||||
@ -56,3 +55,5 @@ steps:
|
||||
port: 22
|
||||
script:
|
||||
- cd /home/thomas/wwwtest
|
||||
- mv dist/* dist/.* .
|
||||
- rmdir dist
|
||||
|
Loading…
Reference in New Issue
Block a user