Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-christian committed Jun 20, 2017
1 parent 79d1c59 commit ece9f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
steps:
- run:
name: Update Environment
command: apk update && apk add rsync openssh
command: apk update && apk add rsync openssh-client
- checkout
- run:
name: Transfer Files
command: rsync -avz --delete --exclude ".git*" . $PAGEKIT_DOC_SERVER
command: rsync -avze "ssh -o StrictHostKeyChecking=no" --delete --exclude ".git*" --exclude ".circleci" . $PAGEKIT_DOC_SERVER

0 comments on commit ece9f50

Please sign in to comment.