mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Update .azure-pipelines/templates/stages/deploy-stage.yml
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
12d835e238
commit
3967ecf98b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,6 +45,6 @@ stages:
|
|||
mkdir -p .snapcraft
|
||||
ln -s $(snapcraftCfg.secureFilePath) .snapcraft/snapcraft.cfg
|
||||
for SNAP_FILE in snap/*.snap; do
|
||||
snapcraft push --release=edge "${SNAP_FILE}"
|
||||
snapcraft upload --release=edge "${SNAP_FILE}"
|
||||
done
|
||||
displayName: Publish to Snap store
|
||||
|
|
|
|||
Loading…
Reference in a new issue