Browse Source

add final version of config.yml

main
zelleg 4 years ago
parent
commit
32408f33d3
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -48,7 +48,7 @@ jobs:
name: Install netlify name: Install netlify
# --cached : reuse the highest version already used somewhere within the project # --cached : reuse the highest version already used somewhere within the project
command: | command: |
yarn add --cached netlify-cli
yarn add netlify-cli
- run: - run:
# --prod: (boolean) - Deploy to production # --prod: (boolean) - Deploy to production
# --open : (boolean) - Open site after deploy # --open : (boolean) - Open site after deploy

Loading…
Cancel
Save