Skip to content

Commit

Permalink
fix list
Browse files Browse the repository at this point in the history
  • Loading branch information
rauerhans committed Oct 10, 2023
1 parent 1237d4e commit 147e033
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/adding-new-application/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ If you don't want to publish an application publicly straight away and make it a

## Create a publisher

To publish an artifact you need to create a publisher with your Plural account admin first.
To publish an artifact you first need to create a publisher with your Plural account admin.

1. Click on your profile on the bottom left on `app.plural.sh`.
2. Select `create publisher`.
Expand All @@ -21,7 +21,6 @@ When you're done with implementing your artifact and you have created a publishe
1. Navigate to the directory of your artifact in your local copy of the [Plural artifacts git repository](https://github.com/pluralsh/plural-artifacts).
2. Locate the `Pluralfile`.
3. Enter the name of your publisher as the first argument in the `ATTRIBUTES` line. E.g. if your publisher is called `mypublisher`, it should look like this:

```
REPO dagster
ATTRIBUTES mypublisher repository.yaml
Expand All @@ -30,7 +29,6 @@ TF terraform/*
HELM helm/*
RECIPE plural/recipes/*
```

4. Finally, publish your artifact with the command `plural apply -f Pluralfile`. E.g. for our dagster example
```console
$ plural apply -f Pluralfile
Expand Down

0 comments on commit 147e033

Please sign in to comment.