Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 357 Bytes

publish-snap.md

File metadata and controls

12 lines (11 loc) · 357 Bytes

How I publish to snap store

  1. docker-compose build
  2. Download snap from Github
  3. docker-compose up
  4. docker-compose exec snapcraft login
  5. docker-compose exec web snapcraft push --release=stable Stretchly_1.2.0_amd64.snap
  6. Or without --release and manage on website

TODO

  • build here not on GH?
  • script to do all steps?
  • get rich?