Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Commit ed1b262

Browse files
author
Work
committed
Remove Netlify deployment
1 parent 24c8cb3 commit ed1b262

File tree

6 files changed

+1
-983
lines changed

6 files changed

+1
-983
lines changed

.circleci/config.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,29 +41,9 @@ jobs:
4141
root: .
4242
paths:
4343
- ./dist
44-
deploy:
45-
docker: *docker
46-
steps:
47-
- checkout
48-
- restore_cache: *cache-key
49-
- attach_workspace:
50-
at: .
51-
- run:
52-
name: Installing dependencies
53-
command: npm install
54-
- run:
55-
name: Deploying extensions
56-
command: npm run deploy
5744

5845
workflows:
5946
version: 2
60-
build-deploy:
47+
all:
6148
jobs:
6249
- build
63-
- deploy:
64-
requires:
65-
- build
66-
filters:
67-
branches:
68-
only:
69-
- master

marketplace/Readme.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,3 @@ modifications:
2222
- Add a file called `MARKETPLACE.md` containing the text for the marketplace listing. If it does not exist, the
2323
marketplace will fallback to a `README.md`, but it's better to have a more user-focused text for the marketplace. If
2424
neither file exists the marketplace won't list the extension.
25-
26-
## Deployment
27-
28-
Extensions in this directory are automatically deployed to Netlify using a domain with the following pattern:
29-
`{extension-id}-{major-version}.contentfulexts.com`. The `extension-id` is the `id` property in `extension.json`, the
30-
`major-version` is the first segment of the `version` property in `package.json`.
31-
32-
After adding a new extension, or updating a major version, a Contentful employee needs to complete the following steps
33-
after the PR is merged:
34-
35-
- Log-in the Netlify account and navigate to the newly created site
36-
- Create the DNS record for the domain
37-
- Enable HTTPS for the custom domain
38-
- Add the extension to the Marketplace

0 commit comments

Comments
 (0)