feat: add rclone to ci
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m0s
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m0s
This commit is contained in:
parent
0fd743f3f1
commit
db54141b41
@ -6,7 +6,9 @@ FROM node:21
|
|||||||
# https://github.com/rust-lang/rustup/issues/1085
|
# https://github.com/rust-lang/rustup/issues/1085
|
||||||
RUN RUSTUP_URL="https://sh.rustup.rs" \
|
RUN RUSTUP_URL="https://sh.rustup.rs" \
|
||||||
&& curl --silent --show-error --location --fail --retry 3 --proto '=https' --tlsv1.2 --output /tmp/rustup-linux-install.sh $RUSTUP_URL \
|
&& curl --silent --show-error --location --fail --retry 3 --proto '=https' --tlsv1.2 --output /tmp/rustup-linux-install.sh $RUSTUP_URL \
|
||||||
&& bash /tmp/rustup-linux-install.sh -y
|
&& bash /tmp/rustup-linux-install.sh -y \
|
||||||
|
&& curl https://rclone.org/install.sh --output /tmp/rclone-install.sh \
|
||||||
|
&& bash /tmp/rclone-install.sh
|
||||||
|
|
||||||
ENV PATH=/root/.cargo/bin:$PATH
|
ENV PATH=/root/.cargo/bin:$PATH
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite dev",
|
"dev": "vite dev",
|
||||||
"build": "vite build",
|
"build": "svelte-kit sync && vite build",
|
||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"tauri:dev": "tauri dev",
|
"tauri:dev": "tauri dev",
|
||||||
|
Loading…
Reference in New Issue
Block a user