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

Commit ece9f50

Browse files
update circleci
1 parent 79d1c59 commit ece9f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
steps:
1111
- run:
1212
name: Update Environment
13-
command: apk update && apk add rsync openssh
13+
command: apk update && apk add rsync openssh-client
1414
- checkout
1515
- run:
1616
name: Transfer Files
17-
command: rsync -avz --delete --exclude ".git*" . $PAGEKIT_DOC_SERVER
17+
command: rsync -avze "ssh -o StrictHostKeyChecking=no" --delete --exclude ".git*" --exclude ".circleci" . $PAGEKIT_DOC_SERVER

0 commit comments

Comments
 (0)