File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff 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- 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
390384The update should now show in the elementary OS AppCenter the next time it checks for them.
391385
You can’t perform that action at this time.
0 commit comments