Browse Source

fix .drone.yml

main
Gisle Aune 3 years ago
parent
commit
57b7287878
  1. 2
      .drone.yml

2
.drone.yml

@ -29,7 +29,7 @@ steps:
- apt-get update
- apt-get install -y --no-install-recommends build-essential ca-certificates curl git ssh libssl-dev
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --no-modify-path
- source $HOME/.cargo/env
- . $HOME/.cargo/env
- npm install
- npm run export
- cp __sapper__/build/server/assets/*.wasm __sapper__/export/assets/

Loading…
Cancel
Save