Fix caching and test ssh command
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2faf99ed2d
commit
954450b0b5
@ -10,7 +10,7 @@ steps:
|
||||
username: thomas
|
||||
password:
|
||||
from_secret: ssh_password
|
||||
path: /var/cache/drone
|
||||
path: /tmp/drone
|
||||
restore: true
|
||||
mount:
|
||||
- node_modules
|
||||
@ -29,7 +29,7 @@ steps:
|
||||
username: thomas
|
||||
password:
|
||||
from_secret: ssh_password
|
||||
path: /var/cache/drone
|
||||
path: /tmp/drone
|
||||
rebuild: true
|
||||
mount:
|
||||
- node_modules
|
||||
@ -55,5 +55,6 @@ steps:
|
||||
port: 22
|
||||
script:
|
||||
- cd /home/thomas/wwwtest
|
||||
- mv dist/* dist/.* .
|
||||
- rmdir dist
|
||||
- pwd
|
||||
# - mv dist/* dist/.* .
|
||||
# - rmdir dist
|
||||
|
Loading…
Reference in New Issue
Block a user