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:
parent
c210c74aba
commit
03068b19f6
1 changed files with 3 additions and 4 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue