0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

ci: update deploy dev workflow

This commit is contained in:
Gao Sun 2022-12-14 01:07:38 +08:00
parent c210c74aba
commit 03068b19f6
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -73,11 +73,10 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Deploy to containerapp
uses: azure/CLI@v1
uses: azure/webapps-deploy@v2
with:
inlineScript: |
az config set extension.use_dynamic_install=yes_without_prompt
az containerapp update -n logto-dev -g LogtoDev --image svhd/logto:edge
app-name: logto-dev
images: svhd/logto:edge
release-changesets:
runs-on: ubuntu-latest