Skip to content

Commit

Permalink
Add the deployment guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentlouisetonino committed May 12, 2024
1 parent fb723d1 commit 35c6622
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,29 @@
> - Run the following commands.
```bash
```sh
# Change permission and make it executable.
sudo chmod +x run.sh

# Run the app.
./run.sh
```

<br />
<br />



### Deployment
#

```sh
# Run the multipass.
sudo systemctl restart snap.multipass.multipassd.service

# Deploy to snap store.
snapcraft login
snapcraft clean
snapcraft --debug
snapcraft push tempscale_<version-number-in-snapcraft-yaml>_amd64.snap --release=stable
```

0 comments on commit 35c6622

Please sign in to comment.