1
0
Fork 0
mirror of https://github.com/icewind1991/clipboard-sync synced 2026-06-03 10:24:06 +02:00

fix static server deploy

This commit is contained in:
Robin Appelman 2019-06-15 21:31:16 +02:00
commit 94c78f0afb

View file

@ -7,7 +7,7 @@ install:
- docker pull ekidd/rust-musl-builder:latest
script:
- cargo build
- "./build_static.sh"
- "./build_static.sh server"
env:
global:
- COMMIT=${TRAVIS_COMMIT::8}