Skip to content

Commit e228e74

Browse files
committed
fix: remove netlify deploy command since netlify integration with github is handling; renaming
1 parent ac5e973 commit e228e74

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,10 @@ jobs:
4242
working_directory: ~/repo
4343
steps:
4444
- nuxt-build
45-
- run:
46-
name: Netlify Deploy
47-
command: ./node_modules/.bin/netlify deploy --site $NETLIFY_SITE_ID --auth $NETLIFY_ACCESS_TOKEN --dir=./dist
4845
- persist_to_workspace:
4946
root: ~/repo
5047
paths:
5148
- build/*
52-
- scripts/*
5349
- node_modules/*
5450

5551
link-check-changed-files:
@@ -65,16 +61,13 @@ jobs:
6561
executor: node-executor
6662
steps:
6763
- nuxt-build
68-
- run:
69-
name: Netlify Deploy
70-
command: curl -X POST -d {} $NETLIFY_BUILD_HOOK_MASTER
7164
- run:
7265
name: Docsearch Scraper
7366
command: node ./cy_scripts/scrape.js
7467

7568
workflows:
7669
version: 2
77-
build-deploy:
70+
build-and-test:
7871
jobs:
7972
- cypress/install:
8073
name: 'Setup Linux'

0 commit comments

Comments
 (0)