1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21# Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 jobs: build: docker: - image: circleci/node:10.16.3 branches: only: docs working_directory: ~/repo steps: - add_ssh_keys: fingerprints: - '89:18:ed:78:e6:d7:01:f6:93:d3:31:0d:92:ba:66:d0' - checkout - run: chmod +x deploy.sh - run: npm run deploy