Skip to content

Commit

Permalink
change to inline on same yaml line
Browse files Browse the repository at this point in the history
  • Loading branch information
vriesmarcel committed Oct 14, 2023
1 parent 4aa829e commit 09c66ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-frontend-webapp.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deployment globoticket Frontend
env:
HomePage: ''
appname: 'globoticket'
appname: globoticket
resourcegroup: globoticket
slotname: 'staging'
slotname: staging
on:
release:
types: [published]
Expand Down Expand Up @@ -36,8 +36,7 @@ jobs:
- name: Create Deployment Slot Staging
uses: Azure/cli@v1.0.7
with:
inlineScript: |
'az webapp deployment slot create --name ${{env.appname}} --resource-group ${{env.resourcegroup}} --slot ${{env.slotname}}'
inlineScript: 'az webapp deployment slot create --name ${{env.appname}} --resource-group ${{env.resourcegroup}} --slot ${{env.slotname}}'

- name: Deploy to Azure Web App
id: deploy-to-webapp
Expand Down

0 comments on commit 09c66ce

Please sign in to comment.