Move sftp cache settings into settings key
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
c471bee62f
commit
fdb98eefaa
@ -5,6 +5,7 @@ steps:
|
|||||||
# ============ RESTORE CACHE =============
|
# ============ RESTORE CACHE =============
|
||||||
- name: restore node_modules cache
|
- name: restore node_modules cache
|
||||||
image: appleboy/drone-sftp-cache
|
image: appleboy/drone-sftp-cache
|
||||||
|
settings:
|
||||||
server:
|
server:
|
||||||
from_secret: cache_server
|
from_secret: cache_server
|
||||||
port: 22
|
port: 22
|
||||||
@ -30,6 +31,7 @@ steps:
|
|||||||
# =============== REBULD CACHE ==============
|
# =============== REBULD CACHE ==============
|
||||||
- name: rebuild node_modules cache
|
- name: rebuild node_modules cache
|
||||||
image: appleboy/drone-sftp-cache
|
image: appleboy/drone-sftp-cache
|
||||||
|
settings:
|
||||||
server:
|
server:
|
||||||
from_secret: cache_server
|
from_secret: cache_server
|
||||||
port: 22
|
port: 22
|
||||||
|
Loading…
Reference in New Issue
Block a user