Skip to content

Commit

Permalink
fix: clean netlify legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemWttJ committed Sep 13, 2023
1 parent 55c6627 commit c5c7ea3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ jobs:
to: s3://welcome-ui/docs_production
arguments: |
--metadata GitCommit=$CIRCLE_SHA1
- aws-s3/sync:
from: s3://welcome-ui/docs_production
to: docs_production
- run: node_modules/.bin/netlify deploy --dir=docs_production --prod
# previous versions build & deploy for production
previous_docs_versions_build_deploy_prod:
Expand All @@ -172,10 +168,6 @@ jobs:
to: s3://welcome-ui/docs_production/$CIRCLE_BRANCH
arguments: |
--metadata GitCommit=$CIRCLE_SHA1 --delete
- aws-s3/sync:
from: s3://welcome-ui/docs_production
to: docs_production
- run: node_modules/.bin/netlify deploy --dir=docs_production --prod
release:
<<: *defaults
Expand Down Expand Up @@ -263,7 +255,6 @@ workflows:
- docs_deploy_prod:
context:
- aws
- netlify
- welcome-ui
filters:
branches:
Expand All @@ -287,7 +278,6 @@ workflows:
- previous_docs_versions_build_deploy_prod:
context:
- aws
- netlify
- welcome-ui
filters:
# should add branches here to keep previous doc version of future majors
Expand Down

0 comments on commit c5c7ea3

Please sign in to comment.