Skip to content

Commit 5df0e03

Browse files
committed
Update publishing documentation
1 parent 4d14964 commit 5df0e03

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -369,23 +369,17 @@ task/preview-in-appcenter tr_TR
369369
370370
[The Comet web site](https://comet.small-web.org) is expected to exist at `../comet-site`.
371371
372-
1. Export the build to the Flatpak repository:
372+
Run:
373373
374-
```shell
375-
flatpak build-export --gpg-sign=51A737AB191E356663DC70E539D50F711494540C --gpg-homedir=/home/aral/.small-tech.org/watson/org.small_tech.comet/gpg ../comet-site/repo build stable
376-
```
377-
378-
2. Update the Flatpak repository to include static deltas:
379-
380-
```shell
381-
flatpak build-update-repo ../comet-site/repo --gpg-sign=51A737AB191E356663DC70E539D50F711494540C --gpg-homedir=/home/aral/.small-tech.org/watson/org.small_tech.comet/gpg --generate-static-deltas
382-
```
374+
```shell
375+
task/publish
376+
```
383377
384-
3. Sync to live site using [Site.js](https://sitejs.org):
378+
This will:
385379
386-
```shell
387-
site [email protected]:public
388-
```
380+
- Export the Flatpak repository.
381+
- Create the static deltas.
382+
- Sync the latest updates to the Comet web site using [Site.js](https://sitejs.org)
389383
390384
The update should now show in the elementary OS AppCenter the next time it checks for them.
391385

0 commit comments

Comments
 (0)