Skip to content

Commit

Permalink
Get ftl's keys to trust.
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaper authored and AzureMarker committed Jun 15, 2019
1 parent 9feaf42 commit f50f3eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ version: 2
FOLDER=$([ -z "$CIRCLE_TAG" ] && echo "$CIRCLE_BRANCH" || echo "$CIRCLE_TAG")
mv pihole-FTL "${BIN_NAME}"
sha1sum pihole-FTL-* > ${BIN_NAME}.sha1
ssh-keyscan -H $SSH_HOST >> ~/.ssh/known_hosts
[[ "$CIRCLE_PR_NUMBER" == "" ]] && sftp $SSH_USER@$SSH_HOST <<<$'mkdir ${FOLDER}'
[[ "$CIRCLE_PR_NUMBER" == "" ]] && sftp $SSH_USER@$SSH_HOST <<<$'put ${BIN_NAME}*'
mv "${BIN_NAME}" pihole-FTL
Expand Down

0 comments on commit f50f3eb

Please sign in to comment.