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