Skip to content

Commit

Permalink
Fix .build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lluchs committed Mar 16, 2022
1 parent 30b9a2e commit ea97072
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ image: archlinux
packages:
- libxslt
- python2
- python2-libxml2
- rsync
secrets:
- 3612b5e9-3819-4f44-ad00-bd5bf63e8dad # deploy key
- 2512d659-6458-48cc-9a91-4d9793baa7a3 # deploy key
sources:
- https://github.com/clonkspot/crdocs

Expand All @@ -17,4 +18,4 @@ tasks:
- deploy: |
cd crdocs
sshopts="ssh -o StrictHostKeyChecking=no"
rsync --rsh="$sshopts" -rv --delete online/{de,en} clnk@lupus.uberspace.de:~/www/crdocs.clonkspot.org/
rsync --rsh="$sshopts" -rv --delete online/{de,en} crdocs@openclonk.org:~/www/

0 comments on commit ea97072

Please sign in to comment.