Skip to content

Commit

Permalink
Fix CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Dec 7, 2022
1 parent 8dc486b commit 53685b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CircleCI 2.0 configuration file. See <https://circleci.com/docs/2.0/language-python/>.
version: 2
version: 2.1

jobs:
build:
parallelism: 4
Expand Down Expand Up @@ -69,15 +69,17 @@ jobs:
- store_artifacts:
path: /tmp/sauce_log.txt
destination: sauce-log

deploy:
docker:
- image: circleci/node:8-jessie-browsers

steps:
- run:
name: Deploy app
command: if [ -n "$DEPLOY_SSH" ]; then ssh -o StrictHostKeyChecking=no $DEPLOY_SSH; fi

workflows:
version: 2
build:
jobs:
- build
Expand Down

0 comments on commit 53685b8

Please sign in to comment.