Skip to content

Commit

Permalink
Update publishing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aral committed Dec 15, 2021
1 parent 4d14964 commit 5df0e03
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,23 +369,17 @@ task/preview-in-appcenter tr_TR
[The Comet web site](https://comet.small-web.org) is expected to exist at `../comet-site`.
1. Export the build to the Flatpak repository:
Run:
```shell
flatpak build-export --gpg-sign=51A737AB191E356663DC70E539D50F711494540C --gpg-homedir=/home/aral/.small-tech.org/watson/org.small_tech.comet/gpg ../comet-site/repo build stable
```
2. Update the Flatpak repository to include static deltas:
```shell
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
```
```shell
task/publish
```
3. Sync to live site using [Site.js](https://sitejs.org):
This will:
```shell
site --sync-to=site@comet.small-web.org:public
```
- Export the Flatpak repository.
- Create the static deltas.
- Sync the latest updates to the Comet web site using [Site.js](https://sitejs.org)
The update should now show in the elementary OS AppCenter the next time it checks for them.
Expand Down

0 comments on commit 5df0e03

Please sign in to comment.