Skip to content

Commit

Permalink
.build.yml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevault committed Sep 13, 2019
1 parent 2573e7a commit 838f4df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
image: alpine/edge
packages:
- cargo
- rust
- cmake
- expat-dev
- fontconfig-dev
- harfbuzz-dev
- freetype-dev
- harfbuzz-dev
- openssl-dev
- rsync
- rust
secrets:
- 160a72cf-34d6-47b7-928b-c13b42b4d4f6
sources:
Expand All @@ -34,4 +35,4 @@ tasks:
- deploy: |
cd wayland-book
sshopts="-o StrictHostKeyChecking=no"
rsync --rsh="ssh $sshopts" -rP book/html/ [email protected]:/var/www/wayland-book/
rsync --rsh="ssh $sshopts" -rP book/ [email protected]:/var/www/wayland-book/

0 comments on commit 838f4df

Please sign in to comment.