Skip to content

Commit 31b1e08

Browse files
committed
fix: new version of deploy action
1 parent 5f3a9d8 commit 31b1e08

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
deploy:
4848
needs: setup
4949
name: Deploy
50-
uses: canonical/webteam-devops/.github/workflows/deploy.yaml@main
50+
uses: canonical/webteam-devops/.github/workflows/deploy.yaml@fix-charmcraft-upload
5151
permissions:
5252
contents: read
5353
deployments: write

charm/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ You can then add `snapcraft.local` to your `/etc/hosts` file with the IP of the
4646
multipass ls # Get the IP of the VM
4747
echo "{IP_OF_VM} snapcraft.local" | sudo tee -a /etc/hosts
4848
```
49-
5049
> Note: login will not work using this setup, if you'd like to access publisher pages, change the domain to `staging.snapcraft.io`, but make sure to remove the line from `/etc/hosts` after you're done.
5150
5251

0 commit comments

Comments
 (0)