mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 17:51:46 +02:00
ci: Remove strict host key checking for Github
By removing strict host key checking for Github, we shouldn't run into the issue where host authenticity verification stalls the deployment.
This commit is contained in:
@@ -4,7 +4,7 @@ defaults: &defaults
|
||||
docker:
|
||||
- image: circleci/node
|
||||
|
||||
working_directory: /home/circleci/app
|
||||
working_directory: ~/app
|
||||
|
||||
|
||||
|
||||
@@ -139,6 +139,12 @@ jobs:
|
||||
- attach_workspace:
|
||||
at: .
|
||||
|
||||
- run:
|
||||
command: |
|
||||
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
|
||||
git clone -b develop $CIRCLE_REPOSITORY_URL
|
||||
cd $CIRCLE_PROJECT_REPONAME
|
||||
|
||||
- run:
|
||||
name: Release
|
||||
command: npx semantic-release
|
||||
|
Reference in New Issue
Block a user